From 2a83cc96dc9c2588c5f3ad02d73c59f2ab19c58b Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 8 Mar 2009 05:08:21 +0000 Subject: more work for alpha2 release, clean up install and debug a bit --- templates/show_install_config.inc.php | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'templates/show_install_config.inc.php') diff --git a/templates/show_install_config.inc.php b/templates/show_install_config.inc.php index 7586cf9b..080ee358 100644 --- a/templates/show_install_config.inc.php +++ b/templates/show_install_config.inc.php @@ -92,12 +92,10 @@ if (INSTALL != '1') { exit; } [ ERROR "; + echo debug_result('',false); } else { - $status['read_config'] = 'true'; - echo " OK "; + echo debug_result('',true); } ?> ] @@ -111,12 +109,10 @@ if (INSTALL != '1') { exit; } ERROR "; + echo debug_result('',false); } else { - $status['parse_config'] = 'true'; - echo " OK "; + echo debug_result('',true); } ?> ] -- cgit