diff options
Diffstat (limited to 'common.pl')
-rw-r--r-- | common.pl | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -27,7 +27,9 @@ sub redirect { use List::Util qw(first); my ($script, $argv) = split(/\?/, $form->{callback}); - my @common_attrs = qw(dbh login favicon stylesheet titlebar password); + my @common_attrs = + qw(dbh login favicon stylesheet titlebar password + ); if (!$script){ # http redirect to login.pl if called w/no args print "Location: login.pl\n"; |