From a89b759d813de4377581f23de8b90dfe85fc767f Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Fri, 29 Sep 2006 20:36:38 +0000 Subject: wups --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index 031654e4..6884fe8f 100644 --- a/install.php +++ b/install.php @@ -73,7 +73,7 @@ switch ($action) { case 'create_db': if (!install_insert_db($username,$password,$hostname,$database)) { - require_once('templates/show_install.inc.php'); + require_once('templates/show_install.inc'); break; } -- cgit