- Removed application/core/VileSci_Controller.php

- Controllers now don't extend VileSci_Controller but FHC_Controller
This commit is contained in:
Paolo
2018-03-16 15:22:34 +01:00
parent 34f7d335ed
commit 15c4c1af24
14 changed files with 12 additions and 193 deletions
@@ -6,7 +6,7 @@ if (! defined('BASEPATH')) exit('No direct script access allowed');
* Also shows infocenter-related data for a person and its prestudents, enables document and zgv checks,
* displays and saves Notizen for a person, logs infocenter-related actions for a person
*/
class InfoCenter extends VileSci_Controller
class InfoCenter extends FHC_Controller
{
// App and Verarbeitungstaetigkeit name for logging
const APP = 'infocenter';