resolv blank page

This commit is contained in:
marcos 2019-12-03 14:26:31 +01:00
parent 90f17ebd46
commit 631170bfe9
1 changed files with 2 additions and 1 deletions

View File

@ -30,8 +30,9 @@
global $config;
require_once $config['homedir'].'/include/class/OrderInterpreter.class.php';
if (is_ajax() === false) {
exit;
return;
}
$ajaxPage = 'include/ajax/order_interpreter';