1
0
Fork 0
master
Chris 2021-01-08 04:49:21 +01:00
parent d297e047fc
commit ca9bb849a0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
{
$email = $RUNTIME['OPENSIM']->getUserMail($row['userID']);
$fullFilePath = $_SERVER['PWD']."/data/".$row['iarfilename'];
$fullFilePath = "/var/www/html/data/".$row['iarfilename'];
echo "Aktive IAR für ".$RUNTIME['OPENSIM']->getUserName($row['userID'])." gefunden. File: ".$fullFilePath."\n";