summaryrefslogtreecommitdiff
path: root/extlib/HTMLPurifier/HTMLPurifier.auto.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.auto.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.auto.php')
-rw-r--r--extlib/HTMLPurifier/HTMLPurifier.auto.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/extlib/HTMLPurifier/HTMLPurifier.auto.php b/extlib/HTMLPurifier/HTMLPurifier.auto.php
deleted file mode 100644
index 1960c399f..000000000
--- a/extlib/HTMLPurifier/HTMLPurifier.auto.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-/**
- * This is a stub include that automatically configures the include path.
- */
-
-set_include_path(dirname(__FILE__) . PATH_SEPARATOR . get_include_path() );
-require_once 'HTMLPurifier/Bootstrap.php';
-require_once 'HTMLPurifier.autoload.php';
-
-// vim: et sw=4 sts=4