diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-06-03 20:29:25 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-06-03 20:29:25 +0000 |
commit | 3c2c5a06170ad879a11c56b724512d24d32bff42 (patch) | |
tree | 542f6ab6cede5e01bfeadbf3f37b721ad7e7a1a5 /h-source/Application/Include | |
parent | 1f7f75d7eae32bfb1174140b7d405b9c822f60f2 (diff) |
added improved RSS format for statusnet
Diffstat (limited to 'h-source/Application/Include')
-rw-r--r-- | h-source/Application/Include/params.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/h-source/Application/Include/params.php b/h-source/Application/Include/params.php index 94a6fd5..b972739 100644 --- a/h-source/Application/Include/params.php +++ b/h-source/Application/Include/params.php @@ -33,6 +33,8 @@ class Website static public $mailPassword = ""; static public $allowAnonymousSubmission = "yes"; + + static public $statusnetGroupText = ""; } class Account |