summaryrefslogtreecommitdiff
path: root/lpf/views/pages/no-conf.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'lpf/views/pages/no-conf.html.php')
-rw-r--r--lpf/views/pages/no-conf.html.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/lpf/views/pages/no-conf.html.php b/lpf/views/pages/no-conf.html.php
new file mode 100644
index 0000000..1f4e3d3
--- /dev/null
+++ b/lpf/views/pages/no-conf.html.php
@@ -0,0 +1,8 @@
+<?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();