Make WordPress Core


Ignore:
Timestamp:
03/17/2005 11:34:06 PM (20 years ago)
Author:
matt
Message:

Use installing variable (from Donncha)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/upgrade.php

    r2391 r2455  
    11<?php
    2 $_wp_installing = 1;
     2define('WP_INSTALLING', true);
    33if (!file_exists('../wp-config.php')) die("There doesn't seem to be a wp-config.php file. Double check that you updated wp-config-sample.php with the proper database connection information and renamed it to wp-config.php.");
    44require('../wp-config.php');
Note: See TracChangeset for help on using the changeset viewer.