Make WordPress Core

Changeset 865


Ignore:
Timestamp:
02/11/2004 09:59:18 PM (21 years ago)
Author:
saxmatt
Message:

Missing line?
http://wordpress.org/support/2/2362

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/install-config.php

    r777 r865  
    77if (!file_exists('../wp-config-sample.php'))
    88    die('Sorry, I need a wp-config-sample.php file to work from. Please re-upload this file from your WordPress installation.');
    9    
     9$configFile = file('../wp-config-sample.php');
     10
    1011if (!is_writable('../')) die("Sorry, I can't write to the directory. You'll have to either change the permissions on your WordPress directory or create your wp-config.php manually.");
    1112
Note: See TracChangeset for help on using the changeset viewer.