Browse Source

Bugfix: miner.php: Silence PHP "local timezone" warning

Luke Dashjr 13 years ago
parent
commit
82fe61a1ca
1 changed files with 1 additions and 0 deletions
  1. 1 0
      miner.php

+ 1 - 0
miner.php

@@ -1,5 +1,6 @@
 <?php
 session_start();
+date_default_timezone_set(@date_default_timezone_get());
 #
 global $title, $miner, $port, $readonly, $notify, $rigs;
 global $rigipsecurity, $rigtotals, $forcerigtotals;