PHP Classes

File: libs/HTMLPurifier/HTMLPurifier.path.php

Recommend this page to a friend!
  Classes of Laudir Bispo   PHP Real Estate Website   libs/HTMLPurifier/HTMLPurifier.path.php   Download  
File: libs/HTMLPurifier/HTMLPurifier.path.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Real Estate Website
Manage the properties of a real estate business
Author: By
Last change:
Date: 3 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