mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-04 14:56:31 +00:00
4 lines
95 B
PHP
4 lines
95 B
PHP
<?php
|
|
if (!defined('HTMLPURIFIER_PREFIX')) {
|
|
define('HTMLPURIFIER_PREFIX', __DIR__);
|
|
}
|