install swr

This commit is contained in:
2023-01-28 00:51:08 +01:00
parent 39921148ba
commit 752e6c491a
4 changed files with 133 additions and 101 deletions

View File

@ -135,7 +135,7 @@ try {
}
$targetFilePath = $targetDir . '/' . $newFilename;
// echo "targetFilePath ". $targetFilePath."\n";
echo "targetFilePath ". $targetFilePath."\n";
if (isset($_POST["submit"]) && !empty($_FILES["file"]["name"]))
{