CMXX - Custom folder profile and settings update

This commit is contained in:
“VeLiTi”
2025-03-31 16:10:52 +02:00
parent 2245297a7d
commit 6f35e75198
4 changed files with 4 additions and 5 deletions

View File

@@ -22,7 +22,6 @@
$domain = $hostname;
}
$settings_location = ((file_exists(dirname(__FILE__,2).'/custom/'.$domain.'/style/'.$domain.'_settings.php')) ? dirname(__FILE__,2).'/custom/'.$domain.'/style/'.$domain.'_settings.php' : dirname(__FILE__).'/settings.php');
$settings_location = ((file_exists(dirname(__FILE__,2).'/custom/'.$domain.'/settings/'.$domain.'_settings.php')) ? dirname(__FILE__,2).'/custom/'.$domain.'/settings/'.$domain.'_settings.php' : dirname(__FILE__).'/settings.php');
include $settings_location;
?>