stage #1

Merged
ThaMunsta merged 351 commits from stage into main 2025-11-10 14:37:21 +00:00
Showing only changes of commit ce832d2805 - Show all commits
+1 -1
View File
@@ -203,7 +203,7 @@ if (isset($_POST['restore'])) {
} }
// === 5. Restore uploads directory === // === 5. Restore uploads directory ===
$uploadDir = __DIR__ . "../uploads/"; $uploadDir = __DIR__ . "/../uploads/";
$uploadsZip = "$tempDir/uploads.zip"; $uploadsZip = "$tempDir/uploads.zip";
if (file_exists($uploadsZip)) { if (file_exists($uploadsZip)) {