Loading base.php +3 −1 Original line number Diff line number Diff line Loading @@ -910,6 +910,7 @@ final class Base { ($debug?('<pre>'.$out.'</pre>'.$eol):''). '</body>'.$eol. '</html>'); if (!$this->hive['BAIL']) die; } Loading Loading @@ -1492,6 +1493,7 @@ final class Base { 'AJAX'=>isset($headers['X-Requested-With']) && $headers['X-Requested-With']=='XMLHttpRequest', 'AUTOLOAD'=>'./', 'BAIL'=>FALSE, 'BASE'=>$base, 'BODY'=>file_get_contents('php://input'), 'CACHE'=>FALSE, Loading Loading
base.php +3 −1 Original line number Diff line number Diff line Loading @@ -910,6 +910,7 @@ final class Base { ($debug?('<pre>'.$out.'</pre>'.$eol):''). '</body>'.$eol. '</html>'); if (!$this->hive['BAIL']) die; } Loading Loading @@ -1492,6 +1493,7 @@ final class Base { 'AJAX'=>isset($headers['X-Requested-With']) && $headers['X-Requested-With']=='XMLHttpRequest', 'AUTOLOAD'=>'./', 'BAIL'=>FALSE, 'BASE'=>$base, 'BODY'=>file_get_contents('php://input'), 'CACHE'=>FALSE, Loading