bugfix: disabled vpn debug mode

This commit is contained in:
Darryl Quinn 2015-04-09 10:53:45 -05:00
parent 16538f8a45
commit 5dd3e19c42
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/perl
$debug = 1;
$debug = 0;
BEGIN {push @INC, '/www/cgi-bin'};
use perlfunc;
use ucifunc;