Merge branch 'dev-poka'

This commit is contained in:
poka 2019-12-23 20:07:07 +01:00
commit fe84ee6532
1 changed files with 1 additions and 1 deletions

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"));