diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-03-25 20:50:16 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-03-25 20:50:16 +0000 |
| commit | ba160d470c5d8d7e05a6a0231b28d27511c913be (patch) | |
| tree | 47a5986d323153e4fffa15ac2ff5c62ac2fb9ff4 /LibertySystem.php | |
| parent | 8a11ece2ac1d4b535cf1884fb806fae8d868a551 (diff) | |
| download | liberty-ba160d470c5d8d7e05a6a0231b28d27511c913be.tar.gz liberty-ba160d470c5d8d7e05a6a0231b28d27511c913be.tar.bz2 liberty-ba160d470c5d8d7e05a6a0231b28d27511c913be.zip | |
escape htmlspecialchars on output instead of during store process
Diffstat (limited to 'LibertySystem.php')
| -rwxr-xr-x | LibertySystem.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/LibertySystem.php b/LibertySystem.php index 8d297fb..863db13 100755 --- a/LibertySystem.php +++ b/LibertySystem.php @@ -3,7 +3,7 @@ * System class for handling the liberty package * * @package liberty -* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.21 2006/03/03 03:45:19 starrrider Exp $ +* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.22 2006/03/25 20:50:16 squareing Exp $ * @author spider <spider@steelsun.com> */ @@ -35,6 +35,7 @@ define( 'LIBERTY_SERVICE_DOCUMENT_GENERATION', 'document_generation' ); define( 'LIBERTY_SERVICE_SEARCH', 'search'); define( 'LIBERTY_SERVICE_RATING', 'rating'); define( 'LIBERTY_SERVICE_TRANSLATION', 'translation'); +define( 'LIBERTY_SERVICE_CONTENT_TEMPLATES', 'content_templates'); define( 'LIBERTY_TEXT_AREA', 'editliberty'); define( 'DEFAULT_ACCEPTABLE_TAGS', '<a><br><b><blockquote><cite><code><div><dd><dl><dt><em><h1><h2><h3><h4><hr>' |
