mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Bugfixes for Incoming-Tool
- Upload Picture fixed - Multilanguage for document-upload - Removed Picture from document-upload - All courses are shown. Even those without vacancies - Phrase for no vacancies
This commit is contained in:
@@ -90,7 +90,7 @@ $person = new person();
|
||||
if(isset($_SESSION['prestudent/user']))
|
||||
$person_id=$person->checkZugangscode($_SESSION['prestudent/user']);
|
||||
if(isset($_SESSION['incoming/user']))
|
||||
$person_id=$person->checkZugangscode($_SESSION['prestudent/user']);
|
||||
$person_id=$person->checkZugangscode($_SESSION['incoming/user']);
|
||||
if($person_id!=$_GET['person_id'])
|
||||
die('Sie haben keine Berechtigung für diese Seite');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user