Browse Source

Add files via upload

Daniele Bonini (皮夕): WebDev, DevOps and project care by lots of Simplicity bits 3 years ago
parent
commit
b9166b59c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Private/config/config.inc.sample

+ 1 - 1
Private/config/config.inc.sample

@@ -52,7 +52,7 @@ define('SMS_PASSWORD', "");
 // Set here the Message Service to send message from.. 
 // Set here the Message Service to send message from.. 
 define('SMS_MESSAGING_SERVICE', "");
 define('SMS_MESSAGING_SERVICE', "");
 // Set here the Message body
 // Set here the Message body
-define('SMS_BODY', "You have a new message on http://homomm.prg");
+define('SMS_BODY', "You have a new message on http://homomm.org");
 
 
 
 
 $CONFIG = [
 $CONFIG = [