mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
baby steps
This commit is contained in:
parent
2358929978
commit
ae26c9ce2a
6 changed files with 123 additions and 45 deletions
|
@ -12,6 +12,7 @@ if (isset($_COOKIE["AURSID"])) {
|
|||
$dbh = db_connect();
|
||||
db_query($q, $dbh);
|
||||
setcookie("AURSID", "", time() - (60*60*24*30), "/");
|
||||
setcookie("AURLANG", "", time() - (60*60*24*30), "/");
|
||||
}
|
||||
|
||||
html_header(); # print out the HTML header
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue