From 4e6c7212d734e1e9dc6bd8dc82b1af9147d95d77 Mon Sep 17 00:00:00 2001 From: dg9vh Date: Tue, 10 May 2016 18:01:13 +0200 Subject: [PATCH] left test-configuration :-\) --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index 74fad37..7e75d20 100644 --- a/include/functions.php +++ b/include/functions.php @@ -9,7 +9,7 @@ function getMMDVMHostVersion() { function getMMDVMConfig() { $mmdvmconfigs = array(); - if ($configs = fopen(MMDVMINIPATH."MMDVM.new.ini", 'r')) { + if ($configs = fopen(MMDVMINIPATH."MMDVM.ini", 'r')) { while ($config = fgets($configs)) { array_push($mmdvmconfigs, trim ( $config, " \t\n\r\0\x0B")); }