summaryrefslogtreecommitdiff
path: root/extlib/HTMLPurifier/HTMLPurifier.path.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-02-24 23:39:40 +0000
committerBrion Vibber <brion@pobox.com>2010-02-24 23:39:40 +0000
commite18e659ca3b40ade283f51c91a263507d7c6694e (patch)
treee2852ba5c01d4125e802dd6fd5c66980b0b7d114 /extlib/HTMLPurifier/HTMLPurifier.path.php
parent93507a192755494417eb0433edd315880752c857 (diff)
Drop HTMLPurifier; we don't need its extra capabilities and we're already using htmLawed which is lighter-weight.
Diffstat (limited to 'extlib/HTMLPurifier/HTMLPurifier.path.php')
-rw-r--r--extlib/HTMLPurifier/HTMLPurifier.path.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/extlib/HTMLPurifier/HTMLPurifier.path.php b/extlib/HTMLPurifier/HTMLPurifier.path.php
deleted file mode 100644
index 39b1b6531..000000000
--- a/extlib/HTMLPurifier/HTMLPurifier.path.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-/**
- * @file
- * Convenience stub file that adds HTML Purifier's library file to the path
- * without any other side-effects.
- */
-
-set_include_path(dirname(__FILE__) . PATH_SEPARATOR . get_include_path() );
-
-// vim: et sw=4 sts=4