From: Chris S. <san...@us...> - 2005-11-28 12:56:36
|
Update of /cvsroot/stack/stack-1-0/scripts/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6993/scripts/install Modified Files: stacktest.php Log Message: Better error trapping, requiring process_input.php Index: stacktest.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/install/stacktest.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** stacktest.php 24 Oct 2005 09:25:27 -0000 1.13 --- stacktest.php 28 Nov 2005 12:56:28 -0000 1.14 *************** *** 163,167 **** echo "<h2>Next</h2>\n\n"; ! if ($some_errors) { echo "You have Errors in your install."; phpinfo(); --- 163,167 ---- echo "<h2>Next</h2>\n\n"; ! if ($some_errors or array_key_exists('debug',$_GET)) { echo "You have Errors in your install."; phpinfo(); |