upload php

This commit is contained in:
2023-01-03 18:20:56 +01:00
parent 875f0b87c4
commit 371b55bd64
5 changed files with 160 additions and 72 deletions

View File

@ -89,7 +89,8 @@ try
$row['qr_id'],
$row['email']
);
$_SESSION['user'] = $user;
// $_SESSION['user'] = $user;
$_SESSION['user'] = $user->phparray();
$returnData = new CMsg(
1,