Changeset 106 for dev/install/install_step6.php
- Timestamp:
- 11/28/06 23:08:22 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/install/install_step6.php
r88 r106 34 34 { 35 35 echo '<b>Error:</b> You have entered an alliance AND corp id, please fix this conflict.<br/>'; 36 $stoppage = true; 37 } 38 if (isset($_SESSION['sett']['site']) && strlen($_SESSION['sett']['site']) > 12) 39 { 40 echo '<b>Error:</b> Your site identification string is way too long.<br/>'; 36 41 $stoppage = true; 37 42 }