Moving the configList

This commit is contained in:
danpros 2024-02-25 17:11:33 +07:00
commit 3df550a86f
3 changed files with 71 additions and 2 deletions

View file

@ -28,7 +28,7 @@
if (file_exists($config_file)) {
$array = parse_ini_file($config_file, true);
}
$configList = json_decode(file_get_contents('content/data/configList.json', true));
$configList = json_decode(file_get_contents('system/configList.json', true));
foreach ($array as $key => $value) {
if (!in_array($key, $configList)) {
echo '<tr>';