XSAF Bug fix with default config
This commit is contained in:
parent
ed10c11dee
commit
3348468848
1 changed files with 2 additions and 2 deletions
|
@ -155,8 +155,8 @@ function xsafimport($xsafremote, $max_exec_time) {
|
|||
}
|
||||
|
||||
if( DEBUG ) echo '<html><body>';
|
||||
if( ALLOW_NEW_AUTOBLOGS and ALLOW_NEW_AUTOBLOGS_BY_XSAF && !empty($xsaf_farm) ) {
|
||||
foreach( $xsaf_farm AS $value ) {
|
||||
if( ALLOW_NEW_AUTOBLOGS and ALLOW_NEW_AUTOBLOGS_BY_XSAF && !empty($autoblog_farm) ) {
|
||||
foreach( $autoblog_farm AS $value ) {
|
||||
if( !empty($value) )
|
||||
xsafimport($value, EXEC_TIME);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue