web-artisan
web-artisan copied to clipboard
Possibility to deactivate ip filtering
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')))