|
@@ -1,5 +1,4 @@
|
|
<?php
|
|
<?php
|
|
-
|
|
|
|
/**
|
|
/**
|
|
* Wrapper around pclzip. Makes a bit easier to use compression.
|
|
* Wrapper around pclzip. Makes a bit easier to use compression.
|
|
*
|
|
*
|
|
@@ -16,6 +15,9 @@
|
|
* @license see /license.txt
|
|
* @license see /license.txt
|
|
* @author Laurent Opprecht <laurent@opprecht.info> for the Univesity of Geneva
|
|
* @author Laurent Opprecht <laurent@opprecht.info> for the Univesity of Geneva
|
|
*/
|
|
*/
|
|
|
|
+/**
|
|
|
|
+ * Zip wrapper class
|
|
|
|
+ */
|
|
class Zip
|
|
class Zip
|
|
{
|
|
{
|
|
|
|
|
|
@@ -126,4 +128,4 @@ class Zip
|
|
return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
|
|
|
|
-}
|
|
|
|
|
|
+}
|