mirror of
https://github.com/friendica/friendica
synced 2024-11-16 03:33:55 +00:00
799e60aa62
- Move Friendica namespace to `src` - Move required `ezyang/htmlpurifier` to vendor - Remove existing static autoloader - Change boot.php reference to the autoloader
11 lines
171 B
PHP
11 lines
171 B
PHP
<?php
|
|
|
|
// private language message file for unit testing purposes
|
|
|
|
$fallback = 'en';
|
|
|
|
$messages = array(
|
|
'HTMLPurifier' => 'HTML Purifier X'
|
|
);
|
|
|
|
// vim: et sw=4 sts=4
|