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