diff options
| author | Christian Fowler <spider@viovio.com> | 2009-07-03 19:13:57 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2009-07-03 19:13:57 +0000 |
| commit | 576487adc6ab5641b804e93b6ba2830be130b7c6 (patch) | |
| tree | 878ae1587138b5b593637467c973bffbed2adf1e | |
| parent | b0612a53234d35eeeb3888523383861b182ab5da (diff) | |
| download | liberty-576487adc6ab5641b804e93b6ba2830be130b7c6.tar.gz liberty-576487adc6ab5641b804e93b6ba2830be130b7c6.tar.bz2 liberty-576487adc6ab5641b804e93b6ba2830be130b7c6.zip | |
add LIBERTY_SERVICE_UPLOAD service define
| -rwxr-xr-x | LibertySystem.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/LibertySystem.php b/LibertySystem.php index 7dbf529..86348fd 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.119 2008/12/22 10:03:00 squareing Exp $ +* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.120 2009/07/03 19:13:57 spiderr Exp $ * @author spider <spider@steelsun.com> */ @@ -56,6 +56,7 @@ define( 'LIBERTY_SERVICE_TRANSLATION', 'translation' ); define( 'LIBERTY_SERVICE_TRANSLITERATION', 'transliteration' ); define( 'LIBERTY_SERVICE_LIBERTYSECURE', 'security' ); define( 'LIBERTY_SERVICE_MODCOMMENTS', 'comment_moderation' ); +define( 'LIBERTY_SERVICE_UPLOAD', 'upload' ); define( 'LIBERTY_TEXT_AREA', 'editliberty' ); define( 'LIBERTY_UPLOAD', 'upload' ); |
