Make WordPress Core

Changeset 2800 for trunk/wp-settings.php


Ignore:
Timestamp:
08/21/2005 07:03:23 AM (20 years ago)
Author:
ryan
Message:

New import system. Very rough draft.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r2784 r2800  
    119119require (ABSPATH . WPINC . '/version.php');
    120120
    121 if (!strstr($_SERVER['PHP_SELF'], 'install.php') && !strstr($_SERVER['PHP_SELF'], 'wp-admin/import')) :
     121if (!strstr($_SERVER['PHP_SELF'], 'install.php')) :
    122122    // Used to guarantee unique hash cookies
    123123    $cookiehash = md5(get_settings('siteurl')); // Remove in 1.4
Note: See TracChangeset for help on using the changeset viewer.