Home
last modified time | relevance | path

Searched refs:mirror_setcookie (Results 1 – 5 of 5) sorted by relevance

/web-php/src/
H A DUserPreferences.php11 use function mirror_setcookie; alias
85 mirror_setcookie("MYPHPNET", join(",", $preferences), 60 * 60 * 24 * 365);
/web-php/conferences/
H A Dindex.php7 mirror_setcookie("LAST_NEWS", $_SERVER["REQUEST_TIME"], 60 * 60 * 24 * 365);
/web-php/
H A Dindex.php57 mirror_setcookie("LAST_NEWS", $_SERVER["REQUEST_TIME"], 60 * 60 * 24 * 365);
/web-php/include/
H A Dsite.inc138 function mirror_setcookie($name, $content, $exptime)
H A Dip-to-country.inc79 return mirror_setcookie("COUNTRY", "$country,$ipnum", 60 * 60 * 24 * 7);

Completed in 6 milliseconds