summaryrefslogtreecommitdiff
path: root/common.pl
diff options
context:
space:
mode:
Diffstat (limited to 'common.pl')
-rw-r--r--common.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/common.pl b/common.pl
index bc227697..ac104f82 100644
--- a/common.pl
+++ b/common.pl
@@ -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";