From c61acb02abdf350afa37991821950d284c19d2e9 Mon Sep 17 00:00:00 2001 From: Stephen J Carnam Date: Mon, 6 Nov 2023 08:40:51 -0800 Subject: [PATCH] init. release --- hooks/pluginable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/pluginable.php b/hooks/pluginable.php index c881d21..ec08a33 100644 --- a/hooks/pluginable.php +++ b/hooks/pluginable.php @@ -15,7 +15,7 @@ class HCPP { public $hcpp_filters = []; public $hcpp_filter_count = 0; - public $logging = true; + public $logging = false; public $folder_ports = '/usr/local/hestia/data/hcpp/ports'; public $start_port = 50000; public $installers = [];