diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-10 23:01:17 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-10 23:01:17 +0000 |
| commit | 718b166523aa25742bfacb4ce414d4b3cf50420c (patch) | |
| tree | 4f67b86f59537f785c9a1f0130ec3a4565aa420a /LibertySystem.php | |
| parent | 0d069b90d1c5a123808e0edcfdcf62436fc2d835 (diff) | |
| download | liberty-718b166523aa25742bfacb4ce414d4b3cf50420c.tar.gz liberty-718b166523aa25742bfacb4ce414d4b3cf50420c.tar.bz2 liberty-718b166523aa25742bfacb4ce414d4b3cf50420c.zip | |
add constants for new services
Diffstat (limited to 'LibertySystem.php')
| -rwxr-xr-x | LibertySystem.php | 4 |
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>' |
