summaryrefslogtreecommitdiff
path: root/library/pclzip.lib.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/pclzip.lib.php')
-rw-r--r--library/pclzip.lib.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/library/pclzip.lib.php b/library/pclzip.lib.php
index 4bc05df19c..d4c17d7763 100644
--- a/library/pclzip.lib.php
+++ b/library/pclzip.lib.php
@@ -23,11 +23,6 @@
//
// --------------------------------------------------------------------------------
-if (!defined('WT_WEBTREES')) {
- header('HTTP/1.0 403 Forbidden');
- exit;
-}
-
// ----- Constants
if (!defined('PCLZIP_READ_BLOCK_SIZE')) {
define( 'PCLZIP_READ_BLOCK_SIZE', 2048 );