mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-19 04:31:36 +00:00
Empty commit
This commit is contained in:
parent
71bc04bd41
commit
0e601692de
@ -497,7 +497,6 @@
|
|||||||
include(SERVER_ROOT.'/sections/tools/managers/take_mass_pm.php');
|
include(SERVER_ROOT.'/sections/tools/managers/take_mass_pm.php');
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
include(SERVER_ROOT.'/sections/tools/tools.php');
|
include(SERVER_ROOT.'/sections/tools/tools.php');
|
||||||
}
|
}
|
||||||
|
@ -66,7 +66,6 @@ function create_row($Title, $URL, $HasPermission = false, $Tooltip = false) {
|
|||||||
create_row("News post", "tools.php?action=news", check_perms("admin_manage_news"));
|
create_row("News post", "tools.php?action=news", check_perms("admin_manage_news"));
|
||||||
create_row("Vanity House additions", "tools.php?action=recommend", check_perms("site_recommend_own") || check_perms("site_manage_recommendations"));
|
create_row("Vanity House additions", "tools.php?action=recommend", check_perms("site_recommend_own") || check_perms("site_manage_recommendations"));
|
||||||
|
|
||||||
|
|
||||||
if ($ToolsHTML) {
|
if ($ToolsHTML) {
|
||||||
?>
|
?>
|
||||||
<div class="permission_subcontainer">
|
<div class="permission_subcontainer">
|
||||||
|
Loading…
Reference in New Issue
Block a user