diff --git a/inc/functions-cards.php b/inc/functions-cards.php index fc1448b..71ad8d8 100644 --- a/inc/functions-cards.php +++ b/inc/functions-cards.php @@ -28,7 +28,7 @@ function display_card( $args = '' ) { if ( $r['url'] ) { - if ( !strpos($r['url'] , 'koha' ) ) { + if ( !strpos( $r['url'] , 'koha' ) && !strpos( $r['url'], 'doris.web.local' ) && !strpos( $r['url'], 'prologon.web.local' ) ) { if ( !url_exists( $r['url']) ) { // ext URL return 404 return card_fallback( '', $r['id'] );