[Chameleon-dev] [Bug 371] [Chameleon]Broken images in the navigation tools bar

bugzilla-daemon at www.maptools.org bugzilla-daemon at www.maptools.org
Fri May 21 11:15:13 EDT 2004


http://www.maptools.org/bugzilla/show_bug.cgi?id=371





------- Additional Comments From nsavard at dmsolutions.ca  2004-05-21 11:15 -------
For the record, Paul you modified my "chameleon.php" to solve this problem.  

....

    if (version_compare( phpversion(), "4.3.3" ) < 0 || 
        (isset($_SERVER['REQUEST_URI']) && 
         $_SERVER['REQUEST_URI'] != $_SERVER['SCRIPT_NAME']))
    {
         $GLOBALS['gszAppWebPath'] .= dirname($_SERVER['REQUEST_URI']);
    }
    else
    {
        $GLOBALS['gszAppWebPath'] .= dirname( $_SERVER['SCRIPT_NAME'] )."/";
    }
....



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Chameleon-dev mailing list