Changeset 545

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

- Reverting back

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plog-load_config.php

    r544 r545  
    5656        } else { 
    5757        $config["embedded"] = 0; 
    58                 $config["use_mod_rewrite"] = 1; 
    5958        $config["baseurl"] = "http://".$_SERVER["HTTP_HOST"]. substr($_SERVER["PHP_SELF"],0,strrpos($_SERVER["PHP_SELF"],"/")) . "/"; 
    6059        } 
     
    6867        } else { 
    6968                $config["embedded"] = 0; 
    70                 $config["use_mod_rewrite"] = 1; 
    7169        $config["baseurl"] = "http://".$_SERVER["HTTP_HOST"]. substr($_SERVER["PHP_SELF"],0,strrpos($_SERVER["PHP_SELF"],"/")) . "/"; 
    7270        }