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