View Single Post
  #11  
Old 12-21-2011, 04:24 AM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,220
maybe in cron job:
* * * * * $PHP_BIN $DEST_DIR/ls_stats/update.php

add > /dev/null, i.e.,
* * * * * $PHP_BIN $DEST_DIR/ls_stats/update.php > /dev/null

will disable email.
Reply With Quote