mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
12 lines
450 B
PHP
12 lines
450 B
PHP
<?php
|
|
if (! defined('BASEPATH')) exit('No direct script access allowed');
|
|
|
|
// apps for which issues should be displayed
|
|
$config['issues_list_apps'] = array('core', 'dvuh');
|
|
|
|
// functions which enable users to see issues
|
|
$config['issues_list_functions'] = array('ass');
|
|
|
|
// functions which enable users to see issues
|
|
$config['issues_list_status'] = array('Aufgenommener', 'Student', 'Incoming', 'Diplomand', 'Abbrecher', 'Unterbrecher', 'Absolvent');
|