G1sms/.install/templates/4a/daemon.php

11 lines
261 B
PHP
Executable File

<?php
// Make sure it's run from CLI
if(php_sapi_name() != 'cli' && !empty($_SERVER['REMOTE_ADDR'])) exit("Access Denied.");
// Please configure this
$url = "https://g1sms-blois-2.p2p.legal";
fclose(fopen($url."/index.php/daemon/message_routine/", "r"));
?>