Ticket #12031: 12031.patch
File 12031.patch, 550 bytes (added by , 11 years ago) |
---|
-
wp-admin/setup-config.php
63 63 // Add magic quotes and set up $_REQUEST ( $_GET + $_POST ) 64 64 wp_magic_quotes(); 65 65 66 // Disable magic_quotes_sybase 67 @ini_set( 'magic_quotes_sybase', 0 ); 68 66 69 // Support wp-config-sample.php one level up, for the develop repo. 67 70 if ( file_exists( ABSPATH . 'wp-config-sample.php' ) ) 68 71 $config_file = file( ABSPATH . 'wp-config-sample.php' );