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

@ -21,7 +21,7 @@ function _() {
}
// Check user session
if (!isset($_SESSION['user'])) {
if (!isset($_SESSION['user'])&&!defined('NO_AUTH_REQUIRED')) {
$_SESSION['request_uri'] = $_SERVER['REQUEST_URI'];
header("Location: /login/");
exit;