Update compile_database.php

This commit is contained in:
jakani24
2024-03-29 10:21:02 +01:00
parent 7a47c34a4c
commit 85fd7b2049

View File

@@ -133,7 +133,7 @@ foreach ($files as $file) {
} }
} }
set_time_limit(0); set_time_limit(0);
//download_files($excluded); download_files($excluded);
//make a zip file with all the files in it. //make a zip file with all the files in it.
create_zip($directory); create_zip($directory);
?> ?>