Make WordPress Core


Ignore:
Timestamp:
07/02/2005 11:39:29 PM (21 years ago)
Author:
matt
Message:

Update includes in import files, fixes #1427

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import-rss.php

    r2548 r2687  
    1919
    2020if (!file_exists('../wp-config.php')) die("There doesn't seem to be a wp-config.php file. You must install WordPress before you import any entries.");
    21 require('../wp-config.php');
     21require_once('../wp-config.php');
    2222
    2323$step = $_GET['step'];
Note: See TracChangeset for help on using the changeset viewer.