We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1698eed commit b0f9fe1Copy full SHA for b0f9fe1
src/zipfile.php
@@ -1,10 +1,4 @@
1
<?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
- */
8
9
/**
10
* Zip file creation class.
@@ -183,4 +177,4 @@ public function file() {
183
177
. "\x00\x00"; // .zip file comment length
184
178
} // end of the 'file()' method
185
179
186
-} // end of the 'zipfile' class
180
+} // end of the 'zipfile' class
0 commit comments