From: cweiske Date: Sun, 20 Sep 2009 08:38:16 +0000 (+0000) Subject: Fix bug #2829642: PATH_INFO undefined X-Git-Tag: v0.94~32 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=964e9c2148df40d474b4b47db94a20e4f00ff7fd;p=semanticscuttle.git Fix bug #2829642: PATH_INFO undefined git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@352 b3834d28-1941-0410-a4f8-b48e95affb8f --- diff --git a/constants.inc.php b/constants.inc.php index c198165..4940af8 100644 --- a/constants.inc.php +++ b/constants.inc.php @@ -48,13 +48,15 @@ define('PAGE_WATCHLIST', "watchlist"); define('INSTALLATION_ID', md5($GLOBALS['dbname'].$GLOBALS['tableprefix'])); // Correct bugs with PATH_INFO (maybe for Apache 1 or CGI) -- for 1&1 host... -if(strlen($_SERVER["PATH_INFO"])