Make WordPress Core

Changeset 83 for trunk/b2config.php


Ignore:
Timestamp:
05/24/2003 09:50:22 PM (22 years ago)
Author:
mikelittle
Message:

Removed $pathserver. Now use $siteurl everywhere.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2config.php

    r61 r83  
    1919$blogdescription = "babblings !";
    2020
    21 
    22 
    23 // $pathserver is where you have uploaded b2: for example, 'http://mydomain.com' (no ending slash !)
    24 //   by default b2 is set to run in the folder your blog resides, same as $siteurl
    25 
    26 $pathserver = 'http://example.com';
    27 
    28 
    2921// your email (obvious eh ?)
    3022$admin_email = 'you@example.com';
     
    4133// day at the start of the week: 0 for Sunday, 1 for Monday, 2 for Tuesday, etc
    4234$start_of_week = 1;
    43 
    4435
    4536
     
    336327$loginsql = $dbusername;
    337328$passsql = $dbpassword;
    338 $path = $pathserver;
     329$path = $siteurl;
    339330$base = $dbname;
    340331
     
    344335$path_sep=':';
    345336ini_set('include_path', ".$path_sep..$path_sep../$b2inc$path_sep./$b2inc");
    346 
    347337?>
Note: See TracChangeset for help on using the changeset viewer.