Skip to content

Commit

Permalink
Run cron.php as admin user so timezones etc work
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jan 25, 2004
1 parent fbe0e97 commit afabdb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin/cron.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

require_once("../config.php");

$USER = get_admin();

echo "<pre>\n";

$timenow = time();
Expand Down

0 comments on commit afabdb1

Please sign in to comment.