Changeset 99 for dev/install
- Timestamp:
- 11/28/06 19:13:40 (16 years ago)
- Location:
- dev/install
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/install/config.tpl
r88 r99 61 61 define('DB_USER', '{$user}'); 62 62 define('DB_PASS', '{$pass}'); 63 64 // please make sure that there is no space behind ?> 63 65 ?> -
dev/install/install_step5.php
r95 r99 151 151 return; 152 152 } 153 if ($_SESSION['sett']['aid'] == 0 && $_SESSION['sett'][' aid'] == 0)153 if ($_SESSION['sett']['aid'] == 0 && $_SESSION['sett']['cid'] == 0) 154 154 { 155 155 echo '<b>Warning:</b> It seems like i got no alliance and corpid, you can continue but you might have to edit it into the config yourself.<br/>';