|
@@ 148-151 (lines=4) @@
|
| 145 |
|
$warnings[] = array($_lang['configcheck_images']); |
| 146 |
|
} |
| 147 |
|
|
| 148 |
|
if(strpos($modx->config['rb_base_dir'],MODX_BASE_PATH)!==0) { |
| 149 |
|
$warningspresent = 1; |
| 150 |
|
$warnings[] = array($_lang['configcheck_rb_base_dir']); |
| 151 |
|
} |
| 152 |
|
if(strpos($modx->config['filemanager_path'],MODX_BASE_PATH)!==0) { |
| 153 |
|
$warningspresent = 1; |
| 154 |
|
$warnings[] = array($_lang['configcheck_filemanager_path']); |
|
@@ 152-155 (lines=4) @@
|
| 149 |
|
$warningspresent = 1; |
| 150 |
|
$warnings[] = array($_lang['configcheck_rb_base_dir']); |
| 151 |
|
} |
| 152 |
|
if(strpos($modx->config['filemanager_path'],MODX_BASE_PATH)!==0) { |
| 153 |
|
$warningspresent = 1; |
| 154 |
|
$warnings[] = array($_lang['configcheck_filemanager_path']); |
| 155 |
|
} |
| 156 |
|
|
| 157 |
|
// clear file info cache |
| 158 |
|
clearstatcache(); |