Changeset 2271
- Timestamp:
- 02/11/05 03:51:13 (4 years ago)
- Files:
-
- trunk/wp-admin/setup-config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/setup-config.php
r1575 r2271 11 11 if (!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."); 12 12 13 $step = $_GET['step'];14 if (!$step) $step = 0;13 $step = 0; 14 if(isset($_GET['step'])) $step = $_GET['step']; 15 15 ?> 16 16 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
