Improved readabiliy
ravench

ravench commited on 2015-04-22 08:45:42
Zeige 1 geänderte Dateien mit 3 Einfügungen und 3 Löschungen.

... ...
@@ -4,8 +4,8 @@ user=
4 4
 password=
5 5
 # the id to send from. (1: your phonenumber. 2-5: sender id 1-4)
6 6
 from=1
7
-# send sends the message, info only returns information. 
8
-# (ps. Use this for testing)
7
+# 'send' sends the message, 'info' only returns information. 
8
+# (ps. Use 'info' for testing)
9 9
 action=send
10 10
 # 0: discount, 1: basic, 2: pro
11 11
 typ=2
... ...
@@ -13,5 +13,5 @@ typ=2
13 13
 timestamp=0
14 14
 # text or xml
15 15
 return=text
16
-# 1: returns different headers, 0: will always return 200
16
+# '1': returns different headers, '0': will always return 200
17 17
 httphead=1
18 18