mirror of
https://github.com/friendica/friendica
synced 2025-04-22 01:50:11 +00:00
add composer-derived autoloader
This commit is contained in:
parent
c28109ca94
commit
c6514d58db
8 changed files with 535 additions and 0 deletions
10
include/autoloader/autoload_namespaces.php
Normal file
10
include/autoloader/autoload_namespaces.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
// autoload_namespaces.php @generated by Composer
|
||||
|
||||
$vendorDir = dirname(dirname(dirname(__FILE__)))."/library";
|
||||
$baseDir = dirname($vendorDir);
|
||||
|
||||
return array(
|
||||
'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue