- Timestamp:
- 05/20/08 13:02:39 (7 months ago)
- Files:
-
- 1 modified
-
trunk/plog-load_config.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plog-load_config.php
r526 r544 56 56 } else { 57 57 $config["embedded"] = 0; 58 $config["use_mod_rewrite"] = 1; 58 59 $config["baseurl"] = "http://".$_SERVER["HTTP_HOST"]. substr($_SERVER["PHP_SELF"],0,strrpos($_SERVER["PHP_SELF"],"/")) . "/"; 59 60 } … … 67 68 } else { 68 69 $config["embedded"] = 0; 70 $config["use_mod_rewrite"] = 1; 69 71 $config["baseurl"] = "http://".$_SERVER["HTTP_HOST"]. substr($_SERVER["PHP_SELF"],0,strrpos($_SERVER["PHP_SELF"],"/")) . "/"; 70 72 }
