Make WordPress Core


Ignore:
Timestamp:
02/05/2008 06:47:27 AM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

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

    r6568 r6726  
    1414$configFile = file('../wp-config-sample.php');
    1515
    16 if ( !is_writable('../')) 
     16if ( !is_writable('../'))
    1717    wp_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.");
    1818
     
    195195    fclose($handle);
    196196    chmod('../wp-config.php', 0666);
    197    
     197
    198198    display_header();
    199199?>
Note: See TracChangeset for help on using the changeset viewer.