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