summaryrefslogtreecommitdiff
path: root/src/views/pages/no-conf.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/pages/no-conf.html.php')
-rw-r--r--src/views/pages/no-conf.html.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/views/pages/no-conf.html.php b/src/views/pages/no-conf.html.php
deleted file mode 100644
index 1f4e3d3..0000000
--- a/src/views/pages/no-conf.html.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php global $VARS;
-$t = $VARS['template'];
-
-$t->header('Message Manager');
-$t->paragraph('Awe shiz, dude, conf.php doesn\'t exist, you '.
- 'need to go through the '.
- '<a href="installer">installer</a>.');
-$t->footer();