Changeset 1517 for trunk/gregarius/install.php
- Timestamp:
- 07/22/06 15:43:22 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/install.php
r1499 r1517 253 253 } 254 254 255 if(file_exists(DBINIT) && empty($_POST['process'])) {255 if(file_exists(DBINIT)) { 256 256 print("The dbinit.php file already exists in the Gregarius directory! Please remove it if you would like to use this installer."); 257 } else if( 1 == $_POST['process']) {257 } else if(!empty($_POST['process']) && 1 == $_POST['process']) { 258 258 if(empty($_POST['server']) || 259 259 empty($_POST['database']) ||
