resolv blank page
This commit is contained in:
parent
90f17ebd46
commit
631170bfe9
|
@ -30,8 +30,9 @@
|
||||||
global $config;
|
global $config;
|
||||||
|
|
||||||
require_once $config['homedir'].'/include/class/OrderInterpreter.class.php';
|
require_once $config['homedir'].'/include/class/OrderInterpreter.class.php';
|
||||||
|
|
||||||
if (is_ajax() === false) {
|
if (is_ajax() === false) {
|
||||||
exit;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$ajaxPage = 'include/ajax/order_interpreter';
|
$ajaxPage = 'include/ajax/order_interpreter';
|
||||||
|
|
Loading…
Reference in New Issue