Quote:
Originally posted by punkworld
Now, the question is what paths are used in the script.
For instance, it could be that
$_SERVER['DOCUMENT_ROOT']
is used as the path to the scripts, which on certain servers may give problems.
|
if (time() > $row[1]) { require_once("ttt-do_reset.inc.php"); dailylog(); }
thats a line from the script, so it uses simple path's?