diff options
author | ivan <ivan> | 2010-12-04 23:43:35 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-12-04 23:43:35 +0000 |
commit | ef519f3acaf6a360ed613539f71850de390b7926 (patch) | |
tree | f386447de5d4b8ece615bb2396426738ebb50a9a /rt/html | |
parent | 95ec0a6a999359fd25f58376891047356f7311d6 (diff) |
RTx-Statistics in 2.1 / 3.8
Diffstat (limited to 'rt/html')
-rw-r--r-- | rt/html/Callbacks/kStatistics/Elements/Tabs/Default | 11 |
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> |