|
From: Benjamin C. <bc...@us...> - 2001-10-30 04:08:38
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv14407
Modified Files:
install.php
Log Message:
Ooops - commented out for testing
Index: install.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/install.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- install.php 2001/10/30 04:05:58 1.1
+++ install.php 2001/10/30 04:08:35 1.2
@@ -65,9 +65,9 @@
);
@include_once('config.php');
-// if (defined('DB_HOST')) { // Already configured
-// header("Location: index.php");
-// }
+if (defined('DB_HOST')) { // Already configured
+ header("Location: index.php");
+}
function build_select($box, $value = '', $ary) {
foreach ($ary as $val => $item) {
|