diff options
-rw-r--r-- | installer/views/install.html.php (renamed from installer/install.html.php) | 0 | ||||
-rw-r--r-- | installer/web.php | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/installer/install.html.php b/installer/views/install.html.php index 6d6b7e69..6d6b7e69 100644 --- a/installer/install.html.php +++ b/installer/views/install.html.php 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(); |