Exemplo n.º 1
0
 public static function getHttpReferrer()
 {
     self::$_usesHttpReferrer = true;
     return isset($_SERVER["HTTP_REFERER"]) ? $_SERVER["HTTP_REFERER"] : '';
 }