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) {