This commit is contained in:
Parziphal 2013-11-08 11:42:19 -05:00
parent af73304164
commit fdb44ed398

View File

@ -2,6 +2,6 @@
return [
'safe_ips' => [
'127.0.0.1',
'::1'
'::1',
]
];