Make WordPress Core


Ignore:
Timestamp:
02/16/2004 11:23:25 PM (22 years ago)
Author:
saxmatt
Message:

Bug fixes, sidebar.php from Phil Ringnalda.

File:
1 edited

Legend:

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

    r866 r877  
    120120    // We'll fail here if the values are no good.
    121121    require_once('../wp-includes/wp-db.php');
     122    $handle = fopen('../wp-config.php', 'w');
    122123
    123124    foreach ($configFile as $line_num => $line) {
Note: See TracChangeset for help on using the changeset viewer.