summaryrefslogtreecommitdiff
path: root/cgi-bin/login
diff options
context:
space:
mode:
authorJules Laplace <carbon@melanarchy.org>2013-09-12 13:30:42 -0500
committerJules Laplace <carbon@melanarchy.org>2013-09-12 13:30:42 -0500
commit8c2ef23fc75a42f9ca59676be5f9d321b20dfb80 (patch)
treee231f4a12367fe52d6cc55722c8f3d4de65956cc /cgi-bin/login
parent63b0cf5fd4a637b0dba3b823c0c028d5087134fb (diff)
500
Diffstat (limited to 'cgi-bin/login')
-rwxr-xr-xcgi-bin/login10
1 files changed, 5 insertions, 5 deletions
diff --git a/cgi-bin/login b/cgi-bin/login
index 0335549..86fc4b1 100755
--- a/cgi-bin/login
+++ b/cgi-bin/login
@@ -12,11 +12,11 @@ if (-e "/var/www/vhosts/carbonpictures.com/bucky/lock")
exit(0);
}
-if (! exists $ENV{'HTTPS'} || $ENV{'HTTPS'} ne "on")
- {
- print "Location: https://www.carbonpictures.com/cgi-bin/bucky/index\n\n";
- exit;
- }
+#if (! exists $ENV{'HTTPS'} || $ENV{'HTTPS'} ne "on")
+# {
+# print "Location: https://www.carbonpictures.com/cgi-bin/bucky/index\n\n";
+# exit;
+# }
use localbucky;
$dbh = DBI->connect ($dsn);