Open jungle-gecko opened 9 years ago
It would be great to allow deactivating ip filtering. I managed to do that with replacing the line 118 in Cmd.php controller by: if (sizeof(config('web-artisan.ips')) > 0 && !in_array(@$_SERVER['REMOTE_ADDR'], config('web-artisan.ips')))
if (sizeof(config('web-artisan.ips')) > 0 && !in_array(@$_SERVER['REMOTE_ADDR'], config('web-artisan.ips')))
It would be great to allow deactivating ip filtering. I managed to do that with replacing the line 118 in Cmd.php controller by:
if (sizeof(config('web-artisan.ips')) > 0 && !in_array(@$_SERVER['REMOTE_ADDR'], config('web-artisan.ips')))