Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
Проблема заключается в том, что при входе в "Управление админов" пишется "Страница отключена" (SourceBans посл. версия)
Проблему нашел только сегодня утром, 2-3 дня назад было всё нормально.
У меня либо страница отключена, либо я нажимаю на Управление админами - скачивается index.php, а по ссылке пишется - Страница отключена
Прикол в том, что я не чего не делал и стало так работать, буквально в пятницу было всё чики-пуки
<?php
// *************************************************************************
// This file is part of SourceBans++.
//
// Copyright (C) 2014-2016 Sarabveer Singh <me@sarabveer.me>
//
// SourceBans++ is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, per version 3 of the License.
//
// SourceBans++ is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with SourceBans++. If not, see <Лицензии - Проект GNU - Фонд свободного программного обеспечения>.
//
// This file is based off work covered by the following copyright(s):
//
// SourceBans 1.4.11
// Copyright (C) 2007-2015 SourceBans Team - Part of GameConnect
// Licensed under GNU GPL version 3, or later.
// Page: <SourceBans / SourceBans++ - AlliedModders> - <GitHub - GameConnect/sourcebansv1: Legacy: Advanced admin and ban management for the Source engine>
//
// *************************************************************************
// Шесть месяцев назад лишь двое знали, как это работает - я и Бог. Сейчас это знает уже только Бог.
include_once 'init.php';
include_once(INCLUDES_PATH . "/user-functions.php");
include_once(INCLUDES_PATH . "/system-functions.php");
include_once(INCLUDES_PATH . "/sb-callback.php");
$xajax->processRequests();
session_start();
include_once(INCLUDES_PATH . "/page-builder.php");