You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.
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')))
The text was updated successfully, but these errors were encountered:
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')))
The text was updated successfully, but these errors were encountered: