mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
Replaced CRLF by LF again
This commit is contained in:
parent
cfe677c674
commit
baad48a87d
74 changed files with 9826 additions and 9826 deletions
|
@ -1,13 +1,13 @@
|
|||
<?php
|
||||
|
||||
session_start();
|
||||
|
||||
if (!empty($_SESSION['look'])) {
|
||||
unset($_SESSION['look']);
|
||||
} else {
|
||||
session_destroy();
|
||||
}
|
||||
|
||||
header("Location: /");
|
||||
exit;
|
||||
?>
|
||||
<?php
|
||||
|
||||
session_start();
|
||||
|
||||
if (!empty($_SESSION['look'])) {
|
||||
unset($_SESSION['look']);
|
||||
} else {
|
||||
session_destroy();
|
||||
}
|
||||
|
||||
header("Location: /");
|
||||
exit;
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue