Guest User

Untitled

a guest
Oct 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. * * * * * php /var/www/html/pms/notices/test.php
  2.  
  3. <?php
  4. include(__DIR__ . "/config.php");
  5. $log_message = 'It works';
  6. error_log($log_message . "On:" . date("l jS of F, Y, h:i:s A P") . "n", 3, ROOT_PATH .'Logs/activity.log');
  7. <?
  8.  
  9. * * * * * /var/www/html/pms/notices/test.php
Add Comment
Please, Sign In to add comment