Fix gammu template domain

This commit is contained in:
poka 2019-12-21 04:55:21 +01:00
parent 3c65aba16e
commit 74d07fee01
2 changed files with 1 additions and 1 deletions

0
.install/2b-configure_gammu.sh Normal file → Executable file
View File

View File

@ -3,7 +3,7 @@
if(php_sapi_name() != 'cli' && !empty($_SERVER['REMOTE_ADDR'])) exit("Access Denied.");
// Please configure this
$url = "https://g1sms-blois-2.p2p.legal";
$url = "http://_DOMAIN";
fclose(fopen($url."/index.php/daemon/message_routine/", "r"));