Guest User

Untitled

a guest
Dec 11th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $resposta = shell_exec('25 15 * * * /var/www/cronjob/meuscriptcontinuo.php > /var/www/cronjob/meuscriptcontinuo.log');
  2.  
  3. var_dump($resposta);
  4.  
  5. <?php
  6. $resposta = shell_exec('crontab -l');
  7. var_dump($resposta);
Add Comment
Please, Sign In to add comment