mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 08:52:21 +00:00
11 lines
293 B
PHP
11 lines
293 B
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
|
|
|
$config['fhc_version'] = '3.2';
|
|
|
|
$config['fhc_acl'] = array
|
|
(
|
|
'public.tbl_person' => 'basis/person',
|
|
'public.tbl_prestudent' => 'basis/person',
|
|
'public.tbl_organisationseinheit' => 'basis/organisationseinheit'
|
|
);
|