Changeset 13240 for trunk/include/section_init.inc.php
- Timestamp:
- Feb 18, 2012, 9:46:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/section_init.inc.php
r12922 r13240 65 65 // the $_GET keys are not protected in include/common.inc.php, only the values 66 66 $rewritten = pwg_db_real_escape_string($rewritten); 67 68 67 $page['root_path'] = PHPWG_ROOT_PATH; 68 } 69 70 if ( strncmp($page['root_path'], './', 2) == 0 ) 71 { 72 $page['root_path'] = substr($page['root_path'], 2); 69 73 } 70 74
Note: See TracChangeset
for help on using the changeset viewer.