Fix bug with setting theme cookie expires time.
This commit is contained in:
parent
cd619a0ad7
commit
3b9747a411
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
$cookie_data = array(
|
||||
"expires" => "Tue, 31 Dec 2069 23:59:59 GMT",
|
||||
"expires" => mktime (23, 59, 59, 12, 31, 2069),
|
||||
"domain" => ".slackware.uk",
|
||||
"path" => "/",
|
||||
"httponly" => true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue