From 4384ff6cdf1e182c8add946c9bb62fc553bee34d Mon Sep 17 00:00:00 2001 From: dg9vh Date: Wed, 14 Sep 2016 06:46:49 +0000 Subject: [PATCH] Speeding up log processing --- include/functions.php | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/include/functions.php b/include/functions.php index b209347..8f3ace7 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1,7 +1,7 @@ &1", $output); if (!startsWith(substr($output[0],18,8),"20")) { @@ -32,7 +32,7 @@ function getMMDVMConfig() { } function getYSFGatewayConfig() { - // loads MMDVM.ini into array for further use + // loads YSFGateway.ini into array for further use $conf = array(); if ($configs = fopen(YSFGATEWAYINIPATH."/".YSFGATEWAYINIFILENAME, 'r')) { while ($config = fgets($configs)) { @@ -109,6 +109,7 @@ function showMode($mode, $mmdvmconfigs) {