summaryrefslogtreecommitdiff
path: root/rt/share/html/Callbacks/RTx-Statistics/Elements/Tabs/Default
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/Callbacks/RTx-Statistics/Elements/Tabs/Default')
-rw-r--r--rt/share/html/Callbacks/RTx-Statistics/Elements/Tabs/Default11
1 files changed, 0 insertions, 11 deletions
diff --git a/rt/share/html/Callbacks/RTx-Statistics/Elements/Tabs/Default b/rt/share/html/Callbacks/RTx-Statistics/Elements/Tabs/Default
deleted file mode 100644
index d4ca2b9..0000000
--- a/rt/share/html/Callbacks/RTx-Statistics/Elements/Tabs/Default
+++ /dev/null
@@ -1,11 +0,0 @@
-<%init>
-use RTx::Statistics;
-if (($Statistics::RestrictAccess == 0) || ($session{'CurrentUser'}->HasRight( Right => 'ShowConfigTab',
- Object => $RT::System ))) {
- $toptabs->{'ZZ-RTx-STATS'} = { title => 'RTx-Statistics',
- path => "RTx/Statistics/index.html" };
-}
-</%init>
-<%args>
- $toptabs =>undef
-</%args>