Changeset 15471 for trunk/wp-app.php
- Timestamp:
- 07/25/2010 07:35:59 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-app.php
r14949 r15471 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.