Changeset 563 for trunk/plog-load-config.php
- Timestamp:
- 07/21/08 19:18:07 (5 months ago)
- Files:
-
- 1 modified
-
trunk/plog-load-config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plog-load-config.php
r560 r563 86 86 // had to update this for new use of links without mod_rewrite turned on (only affects the View gallery greybox in Admin) 87 87 if (strpos($config['baseurl'], "plog-admin/")) { 88 $config['baseurl'] = substr($config['baseurl'],0,strpos($config['baseurl'], "plog-admin/")); 88 $config['use_mod_rewrite'] = 0; 89 $config['baseurl'] = substr($config['baseurl'], 0, strpos($config['baseurl'], "plog-admin/")); 89 90 } 90 91
