0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-12-22 16:31:53 +00:00

Prefix needs to be one-up.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1542 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang 2008-02-10 22:30:32 +00:00
parent 8165adb6c8
commit 6eb193a316

View File

@ -1,7 +1,7 @@
<?php
// constants are slow, but we'll make one exception
define('HTMLPURIFIER_PREFIX', dirname(__FILE__));
define('HTMLPURIFIER_PREFIX', realpath(dirname(__FILE__) . '/..'));
/**
* Bootstrap class that contains meta-functionality for HTML Purifier such as