Home
last modified time | relevance | path

Searched +full:ignoreajaxerror +(+path:plugin +path:siteexport) -(+path:plugin +path:siteexport +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/siteexport/conf/
H A Ddefault.php11 $conf['ignoreAJAXError'] = 0;
H A Dmetadata.php11 $meta['ignoreAJAXError'] = array('onoff');
/plugin/siteexport/inc/
H A Dsettings.php59 … $functions->debug->isAJAX = $this->getConf('ignoreAJAXError') ? false : $functions->debug->isAJAX;