Changeset 7947
- Timestamp:
- 05/18/08 20:06:31 (4 months ago)
- Files:
-
- trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-settings.php
r7913 r7947 269 269 require (ABSPATH . WPINC . '/media.php'); 270 270 271 if ( strpos($_SERVER['PHP_SELF'], 'install.php') === false) {271 if ( ! defined('WP_INSTALLING') ) { 272 272 // Used to guarantee unique hash cookies 273 273 $cookiehash = md5(get_option('siteurl'));
