Update compile_database.php

This commit is contained in:
jakani24
2024-03-29 10:15:10 +01:00
parent aa0bc23f50
commit 7a47c34a4c

View File

@@ -66,7 +66,7 @@ function create_zip($directory) {
$zip = new ZipArchive(); $zip = new ZipArchive();
// Open or create the zip file // Open or create the zip file
if ($zip->open('sig.zip', ZipArchive::CREATE) !== TRUE) { if ($zip->open($directory."/sig.zip", ZipArchive::CREATE) !== TRUE) {
} }
// Get list of files in the directory // Get list of files in the directory