Make WordPress Core

Changeset 614 for trunk/wp-settings.php


Ignore:
Timestamp:
12/15/2003 09:55:47 AM (22 years ago)
Author:
saxmatt
Message:

Hacks file option and include.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r612 r614  
    11<?php
    2 // This is the name of the include directory. No "/" allowed.
    3 $b2inc = 'wp-includes';
    4 
    5 require ($abspath . 'wp-config-extra.php');
    6 require ($abspath . $b2inc . '/wp-db.php');
    7 require ($abspath . $b2inc . '/functions.php');
    8 require ($abspath . $b2inc . '/template-functions.php');
    9 require ($abspath . $b2inc . '/class-xmlrpc.php');
    10 require ($abspath . $b2inc . '/class-xmlrpcs.php');
    11 require ($abspath . '/wp-links/links.php');
    12 
    132$HTTP_HOST = getenv('HTTP_HOST');  /* domain name */
    143$REMOTE_ADDR = getenv('REMOTE_ADDR'); /* visitor's IP */
     
    3019$tableoptiongroup_options = $table_prefix . 'optiongroup_options';
    3120
     21// This is the name of the include directory. No "/" allowed.
     22$b2inc = 'wp-includes';
     23
     24require ($abspath . 'wp-config-extra.php');
     25require ($abspath . $b2inc . '/wp-db.php');
     26require ($abspath . $b2inc . '/functions.php');
     27require ($abspath . $b2inc . '/template-functions.php');
     28require ($abspath . $b2inc . '/class-xmlrpc.php');
     29require ($abspath . $b2inc . '/class-xmlrpcs.php');
     30require ($abspath . '/wp-links/links.php');
    3231
    3332//setup the old globals from b2config.php
Note: See TracChangeset for help on using the changeset viewer.