summaryrefslogtreecommitdiff
path: root/rt/html/Developer/CronTool/autohandler
blob: 7daa09e8d16932a6fe46487abbf9095e3cfbc627 (plain)
1
2
3
4
5
6
7
8
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>