mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-05 13:47:24 +02:00
Minor documentation updates; we're going to bite the bullet and tell PEAR users to change their installs.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1670 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
@@ -14,7 +14,11 @@ $pkg->setOptions(
|
||||
'filelistgenerator' => 'file',
|
||||
'include' => array('*'),
|
||||
'dir_roles' => array('/' => 'php'), // hack to put *.ser files in the right place
|
||||
'ignore' => array('HTMLPurifier.auto.php', 'HTMLPurifier.standalone.php', 'HTMLPurifier.path.php', 'standalone/'),
|
||||
'ignore' => array(
|
||||
'HTMLPurifier.standalone.php',
|
||||
'HTMLPurifier.path.php',
|
||||
'standalone/'
|
||||
),
|
||||
)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user