mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
- MitarbeiterVerwendung Modul
- ZeugnisArchivierung XUL-Part
This commit is contained in:
@@ -44,6 +44,7 @@ if(isset($_GET['id']) && is_numeric($_GET['id']))
|
||||
|
||||
//Header fuer Bild schicken
|
||||
header("Content-type: $akte->mimetype");
|
||||
header('Content-Disposition: attachment; filename="'.$akte->titel.'"');
|
||||
echo hexstr($akte->inhalt);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user