Add Logic Permission and Phrases

This commit is contained in:
ma0068
2025-01-21 15:34:43 +01:00
parent ffc99379ae
commit 9c0baeacf2
11 changed files with 273 additions and 134 deletions
-2
View File
@@ -32,9 +32,7 @@ $this->load->view('templates/FHC-Header', $includesArray);
<?php
$configArray = [
'generateAlias' => !defined('GENERATE_ALIAS_STUDENT') ? 'notDefined' : GENERATE_ALIAS_STUDENT,
'domain' => !defined('DOMAIN') ? 'notDefined' : DOMAIN,
'chooseLayout' => !defined('CHOOSE_LAYOUT') ? 'notDefined' : CHOOSE_LAYOUT,
];
?>