Include crontab line as comment for later use.
This commit is contained in:
parent
e8ea5bd681
commit
7708493ebb
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
//***************************************************************************//
|
||||
// index_data.php
|
||||
// index_data.php - schedule on the system:
|
||||
// * * * * * php cronjobs/index_data.php >/dev/null 2>&1
|
||||
// Collect data from various services and store locally for later display.
|
||||
//***************************************************************************//
|
||||
if($_SERVER['SERVER_NAME'] == 'localhost') {
|
||||
|
|
Loading…
Reference in a new issue