Replaced CRLF by LF again

This commit is contained in:
ZonD80 2013-01-19 23:57:58 +04:00
commit baad48a87d
74 changed files with 9826 additions and 9826 deletions

View file

@ -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;
?>