corrade-http-templates – Diff between revs 4 and 49

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 4 Rev 49
Line 8... Line 8...
8 $URL = 'http://corrade.hostname:8080'; 8 $URL = 'http://corrade.hostname:8080';
9 # Set this to the location of the PHP script that stores group messages. 9 # Set this to the location of the PHP script that stores group messages.
10 $STORE = 'http://my.webserver.net/groupChat/storeGroupMessage.php'; 10 $STORE = 'http://my.webserver.net/groupChat/storeGroupMessage.php';
11 # How many chat lines to store? 11 # How many chat lines to store?
12 $CHAT_LINES = 10; 12 $CHAT_LINES = 10;
-   13 # The tag used for tracking this notification.
-   14 $NOTIFICATION_TAG = 'b3687f59-115b-47cb-9f0c-75e6e6d7b506';