summaryrefslogtreecommitdiff
path: root/modules/purifier/lib/HTMLPurifier/HTMLPurifier.path.php
diff options
context:
space:
mode:
authorNathan Kinkade <nkinkade@nkinka.de>2010-09-17 20:23:54 +0000
committerNathan Kinkade <nkinkade@nkinka.de>2010-09-17 20:23:54 +0000
commit46ba61da0ffd1fc15899d51bcd2a6ba70c831900 (patch)
tree6901ed2f7085abb9dcccbfad8f8666b518df6ef4 /modules/purifier/lib/HTMLPurifier/HTMLPurifier.path.php
parent7a5de04e51daa102840a02af6b9ce8138d08c4bb (diff)
Added module purifier to allow for adding HTML to photo descriptions.
Diffstat (limited to 'modules/purifier/lib/HTMLPurifier/HTMLPurifier.path.php')
-rw-r--r--modules/purifier/lib/HTMLPurifier/HTMLPurifier.path.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/purifier/lib/HTMLPurifier/HTMLPurifier.path.php b/modules/purifier/lib/HTMLPurifier/HTMLPurifier.path.php
new file mode 100644
index 00000000..8a38372e
--- /dev/null
+++ b/modules/purifier/lib/HTMLPurifier/HTMLPurifier.path.php
@@ -0,0 +1,11 @@
+<?php defined("SYSPATH") or die("No direct script access.");
+
+/**
+ * @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