mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
removed hardcodded lang directives
This commit is contained in:
parent
da0f409a3f
commit
23f30e85ca
8 changed files with 0 additions and 26 deletions
|
@ -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') {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue