Replaced Moment with Carbon #84

Merged
Ghost merged 148 commits from develop into beta 2022-09-22 05:53:36 +02:00
Showing only changes of commit 7d78476870 - Show all commits

View file

@ -167,7 +167,7 @@ class InitService
//clean up temp dir and zip file
$this->docs::deleteFolder($tempDir);
$zip->close();
unlink(env('FIPAMO_DIR') . $file->getClientOriginalName());
unlink(env('FIPAMO_DIR') . '/' . $file->getClientOriginalName());
$result = [
'type' => 'requestGood',
'message' => 'Site Restored! Redirecting',