Skip to content

Commit 51ec9e2

Browse files
committed
Merge branch 'master' of github.com:KIMB-technologies/Radio-API
2 parents 245270d + 43e3942 commit 51ec9e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

startup.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
if( $allowedDomains == 'all' ){
1717
$redis->set( 'type', 'all' );
1818
}
19-
else if( !is_null( allowedDomains ) ){
19+
else if( !is_null( $allowedDomains ) ){
2020
$redis->set( 'type', 'list' );
2121
$allowed = array_map( function ($domain){
2222
return trim($domain);
@@ -28,4 +28,4 @@
2828
}
2929

3030
$redis->output();
31-
?>
31+
?>

0 commit comments

Comments
 (0)