mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Changed aborting messages for easier debugging
This commit is contained in:
@@ -88,12 +88,12 @@ if(isset($_GET['action']) && $_GET['action']=='download')
|
||||
}
|
||||
else
|
||||
{
|
||||
die('Id ist ungueltig');
|
||||
die('Akte hat keinen Inhalt.');
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
die('Id ist ungueltig');
|
||||
die('Nicht zum selbständigen Download bestimmt oder falsche PersonID.');
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user