Skip to content

Commit 8c9b382

Browse files
authored
Update zip-folder.php
1 parent d915682 commit 8c9b382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zip-folder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// =========== https://github.com/ttodua/useful-php-scripts ================
22
// =========================================================================
3-
// zip_folder('path/to/input/folder', 'path/to/output_zip_file.zip') ;
3+
// zip_folder(__DIR__.'/path/to/input/folder', __DIR__.'/path/to/output_zip_file.zip') ;
44
// =========================================================================
55

66
function zip_folder ($input_folder, $output_zip_file) {

0 commit comments

Comments
 (0)