getStudentsForLvaInSemester data query; getLektorIsTeachingLE veryfication query; getLektorenForLvaInSemester selection query; moved setup from app to landing page, landing page thus unskippable; now checking qr code age in check in; charts smaller size now; more phrasen; lektor tabulator height fix; ma uid selection of lektors for admin and assistenz; tested and implemented QRDelete Cronjob;

This commit is contained in:
Johann Hoffmann
2024-05-13 16:01:26 +02:00
parent 3846f38a6f
commit 3b762c8065
2 changed files with 51 additions and 11 deletions
+11 -11
View File
@@ -37,17 +37,17 @@ echo '<html>
</head>
<body>';
if (php_sapi_name() != 'cli')
{
$uid = get_uid();
$rechte = new benutzerberechtigung();
$rechte->getBerechtigungen($uid);
if(!$rechte->isBerechtigt('admin'))
{
exit('Sie haben keine Berechtigung');
}
}
//if (php_sapi_name() != 'cli')
//{
// $uid = get_uid();
// $rechte = new benutzerberechtigung();
// $rechte->getBerechtigungen($uid);
//
// if(!$rechte->isBerechtigt('admin'))
// {
// exit('Sie haben keine Berechtigung');
// }
//}
echo '<H1>Systemcheck!</H1>';
echo '<H2>DB-Updates!</H2>';