diff options
-rwxr-xr-x | changepassword.cgi | 2 | ||||
-rwxr-xr-x | new_comment.cgi | 2 | ||||
-rwxr-xr-x | quips.cgi | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/changepassword.cgi b/changepassword.cgi index 873ababda..73ae90350 100755 --- a/changepassword.cgi +++ b/changepassword.cgi @@ -20,6 +20,8 @@ # # Contributor(s): Terry Weissman <terry@mozilla.org> +use strict; + print q{Content-type: text/html <HTML> diff --git a/new_comment.cgi b/new_comment.cgi index d504c0597..0d5ab1394 100755 --- a/new_comment.cgi +++ b/new_comment.cgi @@ -1,4 +1,4 @@ -#!/usr/bonsaitools/bin/perl +#!/usr/bonsaitools/bin/perl -w # -*- Mode: perl; indent-tabs-mode: nil -*- # # The contents of this file are subject to the Mozilla Public @@ -1,4 +1,4 @@ -#!/usr/bonsaitools/bin/perl +#!/usr/bonsaitools/bin/perl -w # -*- Mode: perl; indent-tabs-mode: nil -*- # # The contents of this file are subject to the Mozilla Public |