friendica/library/ezyang/htmlpurifier/extras/HTMLPurifierExtras.auto.php

12 wiersze
276 B
PHP
Czysty Zwykły widok Historia

2010-09-09 03:14:17 +00:00
<?php
/**
* This is a stub include that automatically configures the include path.
*/
set_include_path(dirname(__FILE__) . PATH_SEPARATOR . get_include_path() );
2016-02-09 10:06:17 +00:00
require_once 'HTMLPurifierExtras.php';
require_once 'HTMLPurifierExtras.autoload.php';
2010-09-09 03:14:17 +00:00
// vim: et sw=4 sts=4