Changeset 1513 for trunk/wp-settings.php
- Timestamp:
- 08/07/2004 01:22:17 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r1449 r1513 62 62 $wpdb->show_errors(); 63 63 64 if (!strstr($_SERVER['PHP_SELF'], 'install.php') && !strstr($_SERVER['PHP_SELF'], 'wp-admin/import')) { 65 64 if (!strstr($_SERVER['PHP_SELF'], 'install.php') && !strstr($_SERVER['PHP_SELF'], 'wp-admin/import')) : 66 65 $querystring_start = '?'; 67 66 $querystring_equal = '='; 68 67 $querystring_separator = '&'; 69 //} 70 // Used to guarantee unique cookies68 69 // Used to guarantee unique hash cookies 71 70 $cookiehash = md5(get_settings('siteurl')); 72 73 } //end !$_wp_installing 71 define('COOKIEHASH', $cookiehash); 72 endif; 74 73 75 74 require (ABSPATH . WPINC . '/vars.php');
Note: See TracChangeset
for help on using the changeset viewer.