Skip to content

Commit

Permalink
Merge pull request #58 from CrazyHackGUT/dev
Browse files Browse the repository at this point in the history
Whoops [x2]
  • Loading branch information
CrazyHackGUT authored Jan 28, 2017
2 parents 8b730b1 + 9e255c0 commit c8c354b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web_upload/includes/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,12 @@
include TEMPLATES_PATH . "/admin.edit.adminservers.php";
RewritePageTitle("Редактировать доступ к серверам");
}
} elseif ($_GET['o'] == 'warnings' && $GLOBALS['config']['admin.warns'] == "1") {
$tabs = new CTabsMenu();
$tabs->addMenuItem("Назад", -1,"", "javascript:history.go(-1);", true);
$tabs->outputMenu();
include(TEMPLATES_PATH . '/admin.admins.warnings.php');
RewritePageTitle("Список предупреждений");
}
}
elseif($_GET['c'] == "servers")
Expand Down

0 comments on commit c8c354b

Please sign in to comment.