Update: Formatting and code cleanup in processor and config files

This commit is contained in:
twotalesanimation
2025-12-04 16:41:10 +02:00
parent a3403bf503
commit ec563e0376
3 changed files with 6 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
exit;
}
$target_dir = $rootPath . "/src/processors/uploads/pop/";
$target_dir = $rootPath . "/uploads/pop/";
// Use EFT ID as filename instead of random filename
$filename = $eft_id . '.pdf';
$target_file = $target_dir . $filename;