Searched refs:mirror_setcookie (Results 1 – 5 of 5) sorted by relevance
/web-php/src/ |
H A D | UserPreferences.php | 11 use function mirror_setcookie; alias 85 mirror_setcookie("MYPHPNET", join(",", $preferences), 60 * 60 * 24 * 365);
|
/web-php/conferences/ |
H A D | index.php | 7 mirror_setcookie("LAST_NEWS", $_SERVER["REQUEST_TIME"], 60 * 60 * 24 * 365);
|
/web-php/ |
H A D | index.php | 57 mirror_setcookie("LAST_NEWS", $_SERVER["REQUEST_TIME"], 60 * 60 * 24 * 365);
|
/web-php/include/ |
H A D | site.inc | 138 function mirror_setcookie($name, $content, $exptime)
|
H A D | ip-to-country.inc | 79 return mirror_setcookie("COUNTRY", "$country,$ipnum", 60 * 60 * 24 * 7);
|
Completed in 6 milliseconds