Skip to content
Snippets Groups Projects
Commit da2f9428 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

New: Can overwrite path to pclzip

parent 697010bf
No related branches found
No related tags found
No related merge requests found
<?php
require_once 'pclzip/pclzip.lib.php';
if (! defined('ODTPHP_PATHTOPCLZIP')) define('ODTPHP_PATHTOPCLZIP','pclzip/');
require_once ODTPHP_PATHTOPCLZIP.'pclzip.lib.php';
require_once 'ZipInterface.php';
class PclZipProxyException extends Exception
{ }
......@@ -8,10 +9,10 @@ class PclZipProxyException extends Exception
* You need PHP 5.2 at least
* You need Zip Extension or PclZip library
* Encoding : ISO-8859-1
* Last commit by $Author$
* Date - $Date$
* Last commit by $Author: eldy $
* Date - $Date: 2011/08/14 14:20:23 $
* SVN Revision - $Rev: 28 $
* Id : $Id$
* Id : $Id: PclZipProxy.php,v 1.4 2011/08/14 14:20:23 eldy Exp $
*
* @copyright GPL License 2008 - Julien Pauli - Cyril PIERRE de GEYER - Anaska (http://www.anaska.com)
* @copyright GPL License 2010 - Laurent Destailleur - eldy@users.sourceforge.net
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment