|
|
 |
Re: FN-FORUM: Puzzled
date posted 22nd January 2005 09:53
I think that your idea of the URL filter is the most likely as the links
looked like the second lot originally and then they made it Search Engine
friendly before we took it over - thanks.
I am also puzzled with this bit of code:-
function main_nav()
{
if (isset($_GET['googs']))
{
$_SESSION['session_bot']=true;
}
elseif ( isset($_GET['nogoogs']))
{
$_SESSION['session_bot']=false;
$location = str_replace( 'nogoogs' , '' , $_SERVER['REQUEST_URI'] );
header('Location:' . $location );
die();
}
$_GET['googs'] and $_GET['nogoogs'] aren't set in the code anywhere so it
must be something on the server at a guess but what and what is the purpose
of it? Any ideas please. I imagine it has something to do with google
Thanks
Pam
|
 |
|