minor fixes
This commit is contained in:
parent
daace699a6
commit
2ce4424db7
20 changed files with 674 additions and 621 deletions
docs
|
@ -1,13 +1,12 @@
|
|||
<?php
|
||||
require(__DIR__ . "/../libs/page.php");
|
||||
page_header();
|
||||
if (isset($_COOKIE)) {
|
||||
foreach ( $_COOKIE as $key => $value )
|
||||
{
|
||||
setcookie( $key, FALSE );
|
||||
}
|
||||
header("Location: /");
|
||||
die();
|
||||
|
||||
require(__DIR__ . "/../libs/page.php");
|
||||
page_header();
|
||||
if (isset($_COOKIE)) {
|
||||
foreach ($_COOKIE as $key => $value) {
|
||||
setcookie($key, false);
|
||||
}
|
||||
page_footer();
|
||||
?>
|
||||
header("Location: /");
|
||||
die();
|
||||
}
|
||||
page_footer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue