From: Matteo Nastasi Date: Thu, 16 Apr 2020 07:15:38 +0000 (+0200) Subject: add G_profile to config template X-Git-Tag: v5.8.0~3 X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=9b49137ac5f0b02500bb00c952d1cff847a1ea55 add G_profile to config template --- diff --git a/web/Obj/brisk.conf-templ.pho b/web/Obj/brisk.conf-templ.pho index b4c7829..f2486fd 100644 --- a/web/Obj/brisk.conf-templ.pho +++ b/web/Obj/brisk.conf-templ.pho @@ -37,6 +37,9 @@ $G_crypt_key = "cryptkey"; $G_shutdown = FALSE; +// Enable basic profiling +$G_profile = FALSE; + // list of allowed proxies IP address (strings) $G_proxy_white_list = array();