removed hardcodded lang directives

This commit is contained in:
Serghey Rodin 2013-01-29 17:20:01 +02:00
commit 23f30e85ca
8 changed files with 0 additions and 26 deletions

View file

@ -10,10 +10,6 @@ include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
// Header
include($_SERVER['DOCUMENT_ROOT'].'/templates/header.html');
$lang = 'ru_RU.utf8';
setlocale(LC_ALL, $lang);
// Are you admin?
if ($_SESSION['user'] == 'admin') {