Changed aborting messages for easier debugging

This commit is contained in:
Cris
2020-05-26 10:53:19 +02:00
parent d263216aa0
commit 862b48e3a7
+2 -2
View File
@@ -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