Skip to content

Commit

Permalink
Make PHP stop complaining about the timezone.
Browse files Browse the repository at this point in the history
  • Loading branch information
skinkie committed Jan 15, 2012
1 parent 9ac68b1 commit c009851
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@
define ('WEBRESOLUTIONH', '360');

define ('EMERGENCY', false);

date_default_timezone_set('Europe/Amsterdam');
?>

0 comments on commit c009851

Please sign in to comment.