mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
ad49c78302
|
@ -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()) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user