Fix Broken Restore from Backup on Setup Page

This commit is contained in:
johnnyq 2025-09-19 16:02:55 -04:00
parent 565f9ab314
commit ce832d2805
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ if (isset($_POST['restore'])) {
}
// === 5. Restore uploads directory ===
$uploadDir = __DIR__ . "../uploads/";
$uploadDir = __DIR__ . "/../uploads/";
$uploadsZip = "$tempDir/uploads.zip";
if (file_exists($uploadsZip)) {