Disable debugging in status cgi script

This commit is contained in:
Conrad Lara - KG6JEI 2014-05-04 14:37:28 -07:00
parent e549afa190
commit 570901df25
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
#!/usr/bin/perl
$| = 1;
$debug = 1;
$debug = 0;
BEGIN {push @INC, '/www/cgi-bin'};
use perlfunc;
# collect some variables