Routing & dynamic tab loading

This commit is contained in:
cgfhtw
2023-10-24 15:52:28 +02:00
parent bae7096ca1
commit e34bacb443
4 changed files with 27 additions and 19 deletions
@@ -12,7 +12,7 @@ class Studentenverwaltung extends FHC_Controller
/**
* @return void
*/
public function index()
public function _remap()
{
$this->load->library('AuthLib');
$this->load->library('PermissionLib');