From 3dd81660890a4309c9e14d3a45e9bf68e704fb2b Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 20 Apr 2008 08:26:51 +0000 Subject: [PATCH] black list added --- web/Obj/brisk.conf-templ.pho | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/Obj/brisk.conf-templ.pho b/web/Obj/brisk.conf-templ.pho index d52ea0e..c3a0910 100644 --- a/web/Obj/brisk.conf-templ.pho +++ b/web/Obj/brisk.conf-templ.pho @@ -3,4 +3,5 @@ $G_shutdown = FALSE; $G_proxy_white_list = array(); $G_alarm_passwd = "yourpasswd"; $G_is_local = FALSE; -?> \ No newline at end of file +$G_black_list = array(); +?> -- 2.17.1