mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 19:15:54 +02:00
ids.cgi: Drop old code for debuging purposes
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -379,19 +379,6 @@ END
|
||||
|
||||
&Header::openbigbox('100%', 'left', '', $errormessage);
|
||||
|
||||
###############
|
||||
# DEBUG DEBUG
|
||||
# &Header::openbox('100%', 'left', 'DEBUG');
|
||||
# my $debugCount = 0;
|
||||
# foreach my $line (sort keys %snortsettings) {
|
||||
# print "$line = $snortsettings{$line}<br />\n";
|
||||
# $debugCount++;
|
||||
# }
|
||||
# print " Count: $debugCount\n";
|
||||
# &Header::closebox();
|
||||
# DEBUG DEBUG
|
||||
###############
|
||||
|
||||
if ($errormessage) {
|
||||
&Header::openbox('100%', 'left', $Lang::tr{'error messages'});
|
||||
print "<class name='base'>$errormessage\n";
|
||||
|
||||
Reference in New Issue
Block a user