|
Posted by Rik on 10/27/06 20:21
laredotornado@zipmail.com wrote:
> You have been so helpful. I must trouble you with one more question.
> You had these lines in your accesscontrol.php file
>
> $path = parse_url($_GET['file'],PHP_URL_PATH);
> $file = dirname(__FILE__).'/'.$fake_url['path'];
Please fix you topposting.
Further:forget that, that was temporary insanity, because I expected a
query-string in $_GET['file']. That is offcourse already taken care of in
the .htaccesss, so $file = dirname(__FILE__).'/'.$_GET['file'] should
replace above lines.
--
Rik Wasmus
Navigation:
[Reply to this message]
|