Updated HTML Purifier from 4.6.0 to 4.9.2 with better PHP7 compatibility. Used composer to manage this library.
13 lines
356 B
PHP
13 lines
356 B
PHP
<?php
|
|
|
|
// autoload_namespaces.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'OAuth2' => array($vendorDir . '/bshaffer/oauth2-server-php/src'),
|
|
'Michelf' => array($vendorDir . '/michelf/php-markdown'),
|
|
'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
|
|
);
|