]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
add G_profile to config template
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Thu, 16 Apr 2020 07:15:38 +0000 (09:15 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Thu, 16 Apr 2020 07:15:38 +0000 (09:15 +0200)
web/Obj/brisk.conf-templ.pho

index b4c7829c03ad28df189653fc08f13eb9d90caa50..f2486fdc6ff7581a4bfa181dd70385e431b787f4 100644 (file)
@@ -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();