aboutsummaryrefslogtreecommitdiffstats
path: root/config/countryblock-dev/countryblock.php
diff options
context:
space:
mode:
authormarcelloc <marcellocoutinho@gmail.com>2011-10-25 20:08:45 -0200
committermarcelloc <marcellocoutinho@gmail.com>2011-10-25 20:08:45 -0200
commit9b9c0b2f9fd4820f3fe4456610e0f7ee81150813 (patch)
treeb382b5d7d4ced8129f6c809adc345a3ac563f732 /config/countryblock-dev/countryblock.php
parent2985985a22ff7280cd95ffae65c3b03df8d51e63 (diff)
downloadpfsense-packages-9b9c0b2f9fd4820f3fe4456610e0f7ee81150813.tar.gz
pfsense-packages-9b9c0b2f9fd4820f3fe4456610e0f7ee81150813.tar.bz2
pfsense-packages-9b9c0b2f9fd4820f3fe4456610e0f7ee81150813.zip
countryblock-dev - remove degub info
Diffstat (limited to 'config/countryblock-dev/countryblock.php')
-rw-r--r--config/countryblock-dev/countryblock.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/countryblock-dev/countryblock.php b/config/countryblock-dev/countryblock.php
index e33abacf..6df5f2bd 100644
--- a/config/countryblock-dev/countryblock.php
+++ b/config/countryblock-dev/countryblock.php
@@ -4,7 +4,7 @@ function get_networks($cb){
$return= file_get_contents('/usr/local/pkg/cb.txt');
if ($cb==2)
$return=file_get_contents('/usr/local/pkg/cbw.txt');
- print "<pre>";
+ #print "<pre>";
print $return;
}