Home
last modified time | relevance | path

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

/plugin/siteexport/inc/
H A Dsettings.php32 public $ignoreNon200 = true; variable in settings_plugin_siteexport_settings
79 $this->ignoreNon200 = $this->getConf('ignoreNon200');
/plugin/siteexport/conf/
H A Ddefault.php10 $conf['ignoreNon200'] = 1;
H A Dmetadata.php10 $meta['ignoreNon200'] = array('onoff');
/plugin/siteexport/action/
H A Dajax.php585 …getData === false ) { // || ($http->status != 200 && !$this->functions->settings->ignoreNon200) ) {
587 if ( $http->status != 200 && $this->functions->settings->ignoreNon200 ) {