--- sections/pisite_nam.inc 2001/07/02 21:15:11 1.1 +++ sections/pisite_nam.inc 2001/09/18 13:21:43 1.2 @@ -3,10 +3,10 @@ if (! isset($from) || $from == "") { $from=str_replace(".php","",basename($HTTP_REFERER)); if (strstr($from,"?")) $from=substr($from,0,strpos($from,"?")); - if ($from == $HTTP_HOST || $from=="www.pliva.hr") $from="index"; + if ($from == $HTTP_HOST || $from=="www.pliva.si") $from="index"; } -$email="webmaster@pliva.hr"; // default +$email="info@pliva.si"; // default $sth = $dbh->prepare("select email from emails where referer='$from' limit 1"); $sth->execute();