repo.or.cz
/
htmlpurifier.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[3.1.1] Implement SafeObject.
[htmlpurifier.git]
/
extras
/
HTMLPurifierExtras.auto.php
blob
3a03d2a7d22109cf70c7d35353d939a291c9a579
1
<
?php
2
3
/**
4
* This is a stub include that automatically configures the include path.
5
*/
6
7
set_include_path
(
dirname
(
__FILE__
) .
PATH_SEPARATOR
.
get_include_path
() );
8
require_once
'HTMLPurifierExtras.php'
;
9
require_once
'HTMLPurifierExtras.autoload.php'
;