mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 03:26:20 +05:30
Moving the configList
This commit is contained in:
parent
c53e43ddc9
commit
3df550a86f
3 changed files with 71 additions and 2 deletions
|
|
@ -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>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue