mirror of https://github.com/aredn/aredn.git
bugfix: disabled vpn debug mode
This commit is contained in:
parent
16538f8a45
commit
5dd3e19c42
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/perl
|
||||
$debug = 1;
|
||||
$debug = 0;
|
||||
BEGIN {push @INC, '/www/cgi-bin'};
|
||||
use perlfunc;
|
||||
use ucifunc;
|
||||
|
|
Loading…
Reference in New Issue