RTx-Statistics in 2.1 / 3.8
[freeside.git] / rt / html / Callbacks / kStatistics / Elements / Tabs / Default
diff --git a/rt/html/Callbacks/kStatistics/Elements/Tabs/Default b/rt/html/Callbacks/kStatistics/Elements/Tabs/Default
deleted file mode 100644 (file)
index d4ca2b9..0000000
+++ /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>