X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2Fautohandler;h=8754d031140d49e6fb29e8e705d62e152e631b2f;hp=5a618fbb1801a34babfb28ca79f424fb210403dc;hb=187086c479a09629b7d180eec513fb7657f4e291;hpb=b5c4237a34aef94976bc343c8d9e138664fc3984 diff --git a/rt/share/html/autohandler b/rt/share/html/autohandler index 5a618fbb1..8754d0311 100755 --- a/rt/share/html/autohandler +++ b/rt/share/html/autohandler @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2018 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -52,12 +52,8 @@ $m->callback( ARGSRef => \%ARGS, CallbackName => 'Init', CallbackPage => '/autoh RT::Interface::Web::HandleRequest(\%ARGS); -$m->comp( '/Elements/Footer', %ARGS ) - unless $r->content_type =~ qr<^(text|application)/(x-)?(css|javascript)>; +#RT4 doesn't call this? +#$m->comp( '/Elements/Footer', %ARGS ) +# unless $r->content_type =~ qr<^(text|application)/(x-)?(css|javascript)>; -<%ARGS> -$user => undef -$pass => undef -$menu => undef -