repo.or.cz
/
moodle-linuxchix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git]
/
lib
/
htmlpurifier
/
HTMLPurifier
/
ConfigDef.php
blob
b92640dc61afbd248a4035cee194e6ef61eff682
1
<
?php
2
3
/**
4
* Base class for configuration entity
5
*/
6
class
HTMLPurifier_ConfigDef
{
7
var
$class
=
false
;
8
}
9
10
?
>