Changeset 1068
- Timestamp:
- 04/14/2004 05:10:12 PM (22 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
-
install.php (modified) (2 diffs)
-
upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r1048 r1068 15 15 <!-- 16 16 body { 17 background-color: white; 17 18 font-family: Georgia, "Times New Roman", Times, serif; 18 19 margin-left: 15%; … … 708 709 709 710 <?php 710 $url = $_ POST['url'];711 $url = $_REQUEST['url']; 711 712 if (isset($url)) { 712 713 $query= "UPDATE $tableoptions set option_value='$url' where option_id=1"; //siteurl -
trunk/wp-admin/upgrade.php
r777 r1068 14 14 <style media="screen" type="text/css"> 15 15 body { 16 background-color: white; 16 17 font-family: Georgia, "Times New Roman", Times, serif; 17 18 margin-left: 15%;
Note: See TracChangeset
for help on using the changeset viewer.