Changeset 1049
- Timestamp:
- 09/10/07 16:15:47 (1 year ago)
- Files:
-
- trunk/index-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/index-install.php
r1024 r1049 361 361 $domain = substr( $domain, 0, strpos( $domain, '/' ) ); 362 362 $email = $wpdb->escape( $_POST[ 'email' ] ); 363 if( $email == '' ) 364 die( 'You must enter an email address!' ); 363 365 $weblog_title = $wpdb->escape( $_POST[ 'weblog_title' ] ); 364 366
