Changeset 945 for trunk/wp-admin/install.php
- Timestamp:
- 02/26/2004 04:15:48 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r921 r945 677 677 678 678 <?php 679 $url = $ HTTP_POST_VARS['url'];679 $url = $_POST['url']; 680 680 if (isset($url)) { 681 681 $query= "UPDATE $tableoptions set option_value='$url' where option_id=1"; //siteurl
Note: See TracChangeset
for help on using the changeset viewer.