Changeset 1226
- Timestamp:
- 04/10/08 15:26:28 (7 months ago)
- Files:
-
- trunk/index-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/index-install.php
r1218 r1226 367 367 if( $email == '' ) 368 368 die( 'You must enter an email address!' ); 369 $weblog_title = $wpdb->escape( $_POST[ 'weblog_title' ] );369 $weblog_title = stripslashes( $_POST[ 'weblog_title' ] ); 370 370 371 371 // set up site tables
