From 5e7717f778ed13e4ea4a6ba5bc9ffe5ffe6648ff Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 20 Jan 2009 04:39:24 +0000 Subject: Move install.html.php into views, too --- installer/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer/web.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(); -- cgit v1.2.3