summaryrefslogtreecommitdiff
path: root/installer/web.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-20 04:39:24 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-20 04:39:24 +0000
commit5e7717f778ed13e4ea4a6ba5bc9ffe5ffe6648ff (patch)
tree86e845657f65a9fbbe73dbfbb5ca82ce80d6850f /installer/web.php
parent66ee2f9618d1ac17507dddeef1b68eb804aa634a (diff)
Move install.html.php into views, too
Diffstat (limited to 'installer/web.php')
-rw-r--r--installer/web.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/web.php b/installer/web.php
index 25cc8d01..4b225443 100644
--- a/installer/web.php
+++ b/installer/web.php
@@ -59,7 +59,7 @@ if (installer::already_installed()) {
}
}
-include("install.html.php");
+include("views/install.html.php");
function render($view, $args=array()) {
ob_start();