Changeset 15470 for branches/3.0/wp-app.php
- Timestamp:
- 07/25/2010 07:34:49 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/wp-app.php
r14949 r15470 224 224 function AtomServer() { 225 225 226 $this->script_name = array_pop( explode('/',$_SERVER['SCRIPT_NAME']));226 $this->script_name = array_pop( $var_by_ref = explode( '/', $_SERVER['SCRIPT_NAME'] ) ); 227 227 $this->app_base = site_url( $this->script_name . '/' ); 228 228
Note: See TracChangeset
for help on using the changeset viewer.