Skip to content

Commit b0f9fe1

Browse files
authored
Update zipfile.php
1 parent 1698eed commit b0f9fe1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/zipfile.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
<?php
2-
/**
3-
* Creates Zipfiles
4-
*
5-
* @copyright http://www.impresscms.org/ The ImpressCMS Project
6-
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU General Public License (GPL)
7-
*/
82

93
/**
104
* Zip file creation class.
@@ -183,4 +177,4 @@ public function file() {
183177
. "\x00\x00"; // .zip file comment length
184178
} // end of the 'file()' method
185179

186-
} // end of the 'zipfile' class
180+
} // end of the 'zipfile' class

0 commit comments

Comments
 (0)