Changeset 544

Show
Ignore:
Timestamp:
05/20/08 13:02:39 (7 months ago)
Author:
sidtheduck
Message:

+ Adding code to make PLOGGER_EMBEDDED override really work

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plog-load_config.php

    r526 r544  
    5656        } else { 
    5757        $config["embedded"] = 0; 
     58                $config["use_mod_rewrite"] = 1; 
    5859        $config["baseurl"] = "http://".$_SERVER["HTTP_HOST"]. substr($_SERVER["PHP_SELF"],0,strrpos($_SERVER["PHP_SELF"],"/")) . "/"; 
    5960        } 
     
    6768        } else { 
    6869                $config["embedded"] = 0; 
     70                $config["use_mod_rewrite"] = 1; 
    6971        $config["baseurl"] = "http://".$_SERVER["HTTP_HOST"]. substr($_SERVER["PHP_SELF"],0,strrpos($_SERVER["PHP_SELF"],"/")) . "/"; 
    7072        }