Loading...
 
Architecture / Installation

Architecture / Installation


Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: w2k install issue

posts: 2881 United Kingdom

> AAGGH!!! Now sourceforge is saying the message no longer exists!
>
> *begins to weep in fustration*

Ok, I'll be good to you wink

Copy to clipboard
if (isset($_SERVER["REQUEST_URI"])) { - ini_set('session.cookie_path',dirname($_SERVER["REQUEST_URI"])); + ini_set('session.cookie_path',str_replace( "\\", "/", dirname($_SERVER["REQUEST_URI"]))); } session_start();
There are no comments at this time.