PHP Classes

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

Recommend this page to a friend!
  Classes of Dimitri Sitchet   dFramework   system/dependencies/ezyang/htmlpurifier/library/HTMLPurifier.auto.php   Download  
File: system/dependencies/ezyang/htmlpurifier/library/HTMLPurifier.auto.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: 274 bytes
 

Contents

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