diff --git a/.install/2b-configure_gammu.sh b/.install/2b-configure_gammu.sh old mode 100644 new mode 100755 diff --git a/.install/templates/4a/daemon.php b/.install/templates/4a/daemon.php index 6416330..150b3e2 100755 --- a/.install/templates/4a/daemon.php +++ b/.install/templates/4a/daemon.php @@ -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"));