diff options
Diffstat (limited to 'crontab')
-rw-r--r-- | crontab | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,2 +1,2 @@ -28 1 * * * php ~/index.php file cron -28 2 * * * php ~/index.php user cron
\ No newline at end of file +*/10 * * * * php ~/index.php file cron +28 * * * * php ~/index.php user cron |