diff options
Diffstat (limited to 'application/views/file/non_existent.php')
-rw-r--r-- | application/views/file/non_existent.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/application/views/file/non_existent.php b/application/views/file/non_existent.php new file mode 100644 index 000000000..13d8c6950 --- /dev/null +++ b/application/views/file/non_existent.php @@ -0,0 +1,3 @@ +<div class="center"> + <p>I'm sorry, but the requested file doesn't exist.</p> +</div> |