Changeset 1997 for trunk/xmlrpc.php
- Timestamp:
- 12/24/2004 01:34:47 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xmlrpc.php
r1964 r1997 150 150 $struct = array( 151 151 'isAdmin' => $is_admin, 152 'url' => get_settings('home') . '/'.get_settings('blogfilename'),152 'url' => get_settings('home') . '/', 153 153 'blogid' => '1', 154 154 'blogName' => get_settings('blogname') … … 282 282 283 283 /* warning: here we make the assumption that the weblog's URI is on the same server */ 284 $filename = get_settings('home') .'/'.get_settings('blogfilename');284 $filename = get_settings('home') . '/'; 285 285 $filename = preg_replace('#http://.+?/#', $_SERVER['DOCUMENT_ROOT'].'/', $filename); 286 286 … … 316 316 317 317 /* warning: here we make the assumption that the weblog's URI is on the same server */ 318 $filename = get_settings('home') .'/'.get_settings('blogfilename');318 $filename = get_settings('home') . '/'; 319 319 $filename = preg_replace('#http://.+?/#', $_SERVER['DOCUMENT_ROOT'].'/', $filename); 320 320
Note: See TracChangeset
for help on using the changeset viewer.