summaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
Diffstat (limited to 'library')
-rw-r--r--library/WT/Controller/Familybook.php5
-rw-r--r--library/pclzip.lib.php5
2 files changed, 0 insertions, 10 deletions
diff --git a/library/WT/Controller/Familybook.php b/library/WT/Controller/Familybook.php
index 1ce14ff2e8..fdc7de74c8 100644
--- a/library/WT/Controller/Familybook.php
+++ b/library/WT/Controller/Familybook.php
@@ -21,11 +21,6 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-if (!defined('WT_WEBTREES')) {
- header('HTTP/1.0 403 Forbidden');
- exit;
-}
-
class WT_Controller_Familybook extends WT_Controller_Chart {
// Data for the view
public $pid =null;
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 );