Backend changes & some templates' translation

This commit is contained in:
ZonD Eighty 2012-12-27 17:28:16 +04:00
commit dcf849263d
24 changed files with 1136 additions and 1085 deletions

View file

@ -1,12 +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;
?>