Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2026-01-22 13:16:05 +01:00
commit 44f7a265a0

View File

@ -1534,7 +1534,7 @@ class Settings { /* {{{ */
$result = array();
// $this->_rootDir
if (!file_exists($this->_rootDir ."inc/inc.Settings.php")) {
if (!file_exists($this->_rootDir ."/inc/inc.Settings.php")) {
$result["rootDir"] = array(
"status" => "notfound",
"type" => "error",
@ -1581,7 +1581,7 @@ class Settings { /* {{{ */
// $this->_contentDir
if (!file_exists($this->_contentDir)) {
if (file_exists($rootDir.'data/')) {
if (file_exists($rootDir.'/data/')) {
$result["contentDir"] = array(
"status" => "notfound",
"type" => "error",