Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<?php
define('_PHP_PATH', '/usr/bin/php5');
define('_PHP_SCRIPT','/home/me/path/to/script.php');
define('_LOG_PATH', '/home/me/path/to/log.txt');
exec(_PHP_PATH.'-f '._PHP_SCRIPT.' >> '._LOG_PATH.' &');