8 lines
80 B
PHP
Executable File
8 lines
80 B
PHP
Executable File
<?php
|
|
return [
|
|
'safe_ips' => [
|
|
'127.0.0.1',
|
|
'::1',
|
|
]
|
|
];
|