Changeset 1023
- Timestamp:
- 08/08/07 08:02:36 (1 year ago)
- Files:
-
- trunk/index-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/index-install.php
r1014 r1023 452 452 } 453 453 454 switch( $_POST[ 'action' ] ) { 454 $action = isset($_POST[ 'action' ]) ? $_POST[ 'action' ] : null; 455 switch($action) { 455 456 case "step2": 456 457 if( substr( $_POST[ 'basedomain' ], 0, 4 ) == 'www.' ) {
