diff --git a/constants.inc.php b/constants.inc.php index cadaffa..824561f 100644 --- a/constants.inc.php +++ b/constants.inc.php @@ -16,4 +16,10 @@ define('PAGE_BOOKMARKS', "bookmarks"); // INSTALLATION_ID is based on directory DB and used as prefix (in session and cookie) to prevent mutual login for different installations on the same host server define('INSTALLATION_ID', md5($GLOBALS['dbname'].$GLOBALS['tableprefix'])); + +// Correct bug with PATH_INFO (maybe for Apache 1) +if(strlen($_SERVER["PATH_INFO"])