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

@ -13,9 +13,6 @@ include($_SERVER['DOCUMENT_ROOT'].'/templates/header.html');
// Panel
top_panel($user,$TAB);
$lang = 'ru_RU.utf8';
setlocale(LC_ALL, $lang);
// Edit as someone else?
if (($_SESSION['user'] == 'admin') && (!empty($_GET['user']))) {
$user=escapeshellarg($_GET['user']);