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

This commit is contained in:
Uwe Steinmann 2021-02-25 12:06:08 +01:00
commit ad49c78302

View File

@ -39,7 +39,7 @@ if(true) {
$file = substr($uri->getPath(), 1); $file = substr($uri->getPath(), 1);
if(file_exists($file) && is_file($file)) { if(file_exists($file) && is_file($file)) {
$_SERVER['SCRIPT_FILENAME'] = basename($file); $_SERVER['SCRIPT_FILENAME'] = basename($file);
include($file); // include($file);
exit; exit;
} }
if($request->isXhr()) { if($request->isXhr()) {