mirror of https://github.com/aredn/aredn.git
Disable debugging in status cgi script
This commit is contained in:
parent
e549afa190
commit
570901df25
|
@ -1,7 +1,6 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
$| = 1;
|
$debug = 0;
|
||||||
$debug = 1;
|
|
||||||
BEGIN {push @INC, '/www/cgi-bin'};
|
BEGIN {push @INC, '/www/cgi-bin'};
|
||||||
use perlfunc;
|
use perlfunc;
|
||||||
# collect some variables
|
# collect some variables
|
||||||
|
|
Loading…
Reference in New Issue