PHP Classes

File: system/dependencies/ezyang/htmlpurifier/library/HTMLPurifier.path.php

Recommend this page to a friend!
  Classes of Dimitri Sitchet   dFramework   system/dependencies/ezyang/htmlpurifier/library/HTMLPurifier.path.php   Download  
File: system/dependencies/ezyang/htmlpurifier/library/HTMLPurifier.path.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: dFramework
Framework to build PHP applications
Author: By
Last change:
Date: 2 years ago
Size: 235 bytes
 

Contents

Class file image Download
<?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