Просмотр поста

.
fanatos
Менделеев

В panel/index.php


// Проверяем права доступа
if (core::$user_rights < 1) {
header('Location: http://john cms.com/?err');
exit;
}