Make WordPress Core


Ignore:
Timestamp:
02/26/2004 04:15:48 PM (22 years ago)
Author:
saxmatt
Message:

Removed global $siteurl and $blogfilename, use get_settings. Syntax fix for wp-db.

File:
1 edited

Legend:

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

    r921 r945  
    677677
    678678<?php
    679 $url = $HTTP_POST_VARS['url'];
     679$url = $_POST['url'];
    680680if (isset($url)) {
    681681    $query= "UPDATE $tableoptions set option_value='$url' where option_id=1"; //siteurl
Note: See TracChangeset for help on using the changeset viewer.