added Kontakt Model; extended Person Model

This commit is contained in:
Stefan Puraner
2016-04-06 15:46:01 +02:00
parent 30a9e9882e
commit 97ddc838a8
7 changed files with 2563 additions and 2213 deletions
+1 -1
View File
@@ -301,7 +301,7 @@ $config['rest_keys_table'] = 'ci_apikey';
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
*/
$config['rest_enable_keys'] = TRUE;
$config['rest_enable_keys'] = FALSE;
/*
|--------------------------------------------------------------------------