Make WordPress Core


Ignore:
Timestamp:
10/15/2004 04:50:40 AM (20 years ago)
Author:
saxmatt
Message:

Fix for http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000351 from MC_incubus

File:
1 edited

Legend:

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

    r1601 r1803  
    1 <?php
     1l<?php
    22$_wp_installing = 1;
    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');
    55timer_start();
    6 require('upgrade-functions.php');
     6require_once(ABSPATH . '/wp-admin/upgrade-functions.php');
    77
    88$step = $_GET['step'];
Note: See TracChangeset for help on using the changeset viewer.