Changeset 2271

Show
Ignore:
Timestamp:
02/11/05 03:51:13 (4 years ago)
Author:
saxmatt
Message:

http://mosquito.wordpress.org/view.php?id=586

Files:

Legend:

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

    r1575 r2271  
    1111if (!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."); 
    1212 
    13 $step = $_GET['step']
    14 if (!$step) $step = 0
     13$step = 0
     14if(isset($_GET['step'])) $step = $_GET['step']
    1515?> 
    1616<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">