Changeset 99
- Timestamp:
- 11/28/06 19:13:40 (16 years ago)
- Location:
- dev
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/globals.php
r93 r99 1 1 <?php 2 // current subversion revision :2 // current subversion revision 3 3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision$', $match); 4 4 define('SVN_REV', $match[1]); -
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/>';