diff --git a/src/server/cyberhex-code/api/php/database/compile_database.php b/src/server/cyberhex-code/api/php/database/compile_database.php index 5979e16..a3cffd3 100644 --- a/src/server/cyberhex-code/api/php/database/compile_database.php +++ b/src/server/cyberhex-code/api/php/database/compile_database.php @@ -133,7 +133,7 @@ foreach ($files as $file) { } } set_time_limit(0); -//download_files($excluded); +download_files($excluded); //make a zip file with all the files in it. create_zip($directory); ?>