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
|
||||
|
||||
$| = 1;
|
||||
$debug = 1;
|
||||
$debug = 0;
|
||||
BEGIN {push @INC, '/www/cgi-bin'};
|
||||
use perlfunc;
|
||||
# collect some variables
|
||||
|
|
Loading…
Reference in New Issue