mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
ACL-Fix
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
$config['fhc_version'] = '3.2';
|
||||
|
||||
|
||||
// status return message codes
|
||||
define('FHC_SUCCESS', 0);
|
||||
define('FHC_ERR_GENERAL', 1);
|
||||
$config['fhc_acl'] = array
|
||||
(
|
||||
'public.tbl_prestudent' => 'basis/person'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user