summaryrefslogtreecommitdiff
path: root/common.pl
diff options
context:
space:
mode:
Diffstat (limited to 'common.pl')
-rw-r--r--common.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.pl b/common.pl
index efa872b4..54e45291 100644
--- a/common.pl
+++ b/common.pl
@@ -31,6 +31,7 @@ sub redirect {
if (!$script){ # http redirect to login.pl if called w/no args
print "Location: login.pl\n";
+ exit;
}
$form->error($locale->text("Invalid Redirect"))