some important stuff we'll need

This commit is contained in:
friendica
2012-07-18 20:40:31 +10:00
parent cd727cb26b
commit 7a40f4354b
942 changed files with 92819 additions and 0 deletions
@@ -0,0 +1,11 @@
<?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