mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-02-03 07:02:22 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
44f7a265a0
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user