summaryrefslogtreecommitdiff
path: root/rt/html/Developer/CronTool/autohandler
diff options
context:
space:
mode:
Diffstat (limited to 'rt/html/Developer/CronTool/autohandler')
-rw-r--r--rt/html/Developer/CronTool/autohandler9
1 files changed, 9 insertions, 0 deletions
diff --git a/rt/html/Developer/CronTool/autohandler b/rt/html/Developer/CronTool/autohandler
new file mode 100644
index 0000000..7daa09e
--- /dev/null
+++ b/rt/html/Developer/CronTool/autohandler
@@ -0,0 +1,9 @@
+%# All theoretical chemistry is really physics;
+%# and all theoretical chemists know it.
+%# -- Richard P. Feynman
+<%INIT>
+$m->call_next(%ARGS) if $session{'CurrentUser'}->UserObj->HasRight(
+ Right => 'SuperUser',
+ Object => $RT::System,
+);
+</%INIT>