This commit is contained in:
Paminger
2016-04-25 14:25:09 +02:00
parent f154e6dd5d
commit ecff3747d0
10 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ $config['auth_library_function'] = 'basicAuthentication';
| restrict certain methods to IPs in your whitelist
|
*/
$config['rest_ip_whitelist_enabled'] = TRUE;
$config['rest_ip_whitelist_enabled'] = FALSE;
/*
|--------------------------------------------------------------------------