[Rt-commit] [svn] r1453 - in rt/branches/3.3-TESTING: . html/Admin

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Wed Sep 8 15:00:45 EDT 2004


Author: jesse
Date: Wed Sep  8 15:00:44 2004
New Revision: 1453

Added:
   rt/branches/3.3-TESTING/html/Admin/autohandler
Modified:
   rt/branches/3.3-TESTING/   (props changed)
Log:
 r10209 at tinbook:  jesse | 2004-09-08T17:44:02.958487Z
 New autohandler to keep prying eyes out of the adminui


Added: rt/branches/3.3-TESTING/html/Admin/autohandler
==============================================================================
--- (empty file)
+++ rt/branches/3.3-TESTING/html/Admin/autohandler	Wed Sep  8 15:00:44 2004
@@ -0,0 +1,6 @@
+<%init>
+$m->call_next(%ARGS) if $session{'CurrentUser'}->UserObj->HasRight(
+    Right => 'ShowConfigTab',
+    Object => $RT::System,
+);
+</%init>
\ No newline at end of file


More information about the Rt-commit mailing list