Changeset 83 for trunk/b2config.php
- Timestamp:
- 05/24/2003 09:50:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2config.php
r61 r83 19 19 $blogdescription = "babblings !"; 20 20 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 $siteurl25 26 $pathserver = 'http://example.com';27 28 29 21 // your email (obvious eh ?) 30 22 $admin_email = 'you@example.com'; … … 41 33 // day at the start of the week: 0 for Sunday, 1 for Monday, 2 for Tuesday, etc 42 34 $start_of_week = 1; 43 44 35 45 36 … … 336 327 $loginsql = $dbusername; 337 328 $passsql = $dbpassword; 338 $path = $ pathserver;329 $path = $siteurl; 339 330 $base = $dbname; 340 331 … … 344 335 $path_sep=':'; 345 336 ini_set('include_path', ".$path_sep..$path_sep../$b2inc$path_sep./$b2inc"); 346 347 337 ?>
Note: See TracChangeset
for help on using the changeset viewer.