Thread
:
./rrdgraph_install.sh ?
View Single Post
#
11
12-21-2011, 04:24 AM
NiteWave
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.
NiteWave
View Public Profile
Send a private message to NiteWave
Find all posts by NiteWave