summaryrefslogtreecommitdiff
path: root/LibertySystem.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-02-10 23:01:17 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-02-10 23:01:17 +0000
commit718b166523aa25742bfacb4ce414d4b3cf50420c (patch)
tree4f67b86f59537f785c9a1f0130ec3a4565aa420a /LibertySystem.php
parent0d069b90d1c5a123808e0edcfdcf62436fc2d835 (diff)
downloadliberty-718b166523aa25742bfacb4ce414d4b3cf50420c.tar.gz
liberty-718b166523aa25742bfacb4ce414d4b3cf50420c.tar.bz2
liberty-718b166523aa25742bfacb4ce414d4b3cf50420c.zip
add constants for new services
Diffstat (limited to 'LibertySystem.php')
-rwxr-xr-xLibertySystem.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/LibertySystem.php b/LibertySystem.php
index 07169dc..fca479a 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.15 2006/02/08 23:24:27 spiderr Exp $
+* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.16 2006/02/10 23:01:17 squareing Exp $
* @author spider <spider@steelsun.com>
*/
@@ -32,6 +32,8 @@ define( 'LIBERTY_SERVICE_COMMERCE', 'commerce' );
define( 'LIBERTY_SERVICE_MENU', 'menu' );
define( 'LIBERTY_SERVICE_DOCUMENT_GENERATION', 'document_generation' );
define( 'LIBERTY_SERVICE_SEARCH', 'search');
+define( 'LIBERTY_SERVICE_RATING', 'rating');
+define( 'LIBERTY_SERVICE_TRANSLATION', 'translation');
define( 'DEFAULT_ACCEPTABLE_TAGS', '<a><br><b><blockquote><cite><code><div><dd><dl><dt><em><h1><h2><h3><h4><hr>'