Make WordPress Core


Ignore:
Timestamp:
04/14/2004 05:10:12 PM (22 years ago)
Author:
emc3
Message:

Attack of the Background-Color Police. Also, let step 3 of install.php accept the url param via GET. This will enable batch installation of WP via scripts, if someone wants to be clever.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/install.php

    r1048 r1068  
    1515    <!--
    1616    body {
     17        background-color: white;
    1718        font-family: Georgia, "Times New Roman", Times, serif;
    1819        margin-left: 15%;
     
    708709
    709710<?php
    710 $url = $_POST['url'];
     711$url = $_REQUEST['url'];
    711712if (isset($url)) {
    712713    $query= "UPDATE $tableoptions set option_value='$url' where option_id=1"; //siteurl
Note: See TracChangeset for help on using the changeset viewer.