Restore default lib
This commit is contained in:
parent
23f36d7226
commit
504cf83e73
@ -19,7 +19,7 @@ class PclZipProxyException extends Exception
|
||||
*/
|
||||
class PclZipProxy implements ZipInterface
|
||||
{
|
||||
const TMP_DIR = './tmp';
|
||||
const TMP_DIR = '/tmp';
|
||||
protected $openned = false;
|
||||
protected $filename;
|
||||
protected $pclzip;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user