summaryrefslogtreecommitdiff
path: root/rt/html
diff options
context:
space:
mode:
authorivan <ivan>2010-12-04 23:43:35 +0000
committerivan <ivan>2010-12-04 23:43:35 +0000
commitef519f3acaf6a360ed613539f71850de390b7926 (patch)
treef386447de5d4b8ece615bb2396426738ebb50a9a /rt/html
parent95ec0a6a999359fd25f58376891047356f7311d6 (diff)
RTx-Statistics in 2.1 / 3.8
Diffstat (limited to 'rt/html')
-rw-r--r--rt/html/Callbacks/kStatistics/Elements/Tabs/Default11
1 files changed, 0 insertions, 11 deletions
diff --git a/rt/html/Callbacks/kStatistics/Elements/Tabs/Default b/rt/html/Callbacks/kStatistics/Elements/Tabs/Default
deleted file mode 100644
index d4ca2b95e..000000000
--- a/rt/html/Callbacks/kStatistics/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>