mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-08 23:59:28 +00:00
13 lines
328 B
PHP
13 lines
328 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'
|
|
,
|
|
'public.tbl_sprache' => 'admin'
|
|
);
|