X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2Fautohandler;h=0b5e351822d518a0c063c653764a2de03152ba67;hb=5b5eb87bf66f1fac003a13dc2db48e8970c5c986;hp=5a618fbb1801a34babfb28ca79f424fb210403dc;hpb=fb4ab1073f0d15d660c6cdc4e07afebf68ef3924;p=freeside.git diff --git a/rt/share/html/autohandler b/rt/share/html/autohandler index 5a618fbb1..0b5e35182 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-2017 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 -