Skip to content

Commit

Permalink
removed unused tzon() function
Browse files Browse the repository at this point in the history
  • Loading branch information
jxmot committed Apr 1, 2021
1 parent 8e83c3a commit 1759ec7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mdcountdata.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ class logdata {
define('VALID_COUNTERS', './counters.json');
define('LOG_FOLDER', './logs/');

function tzone() {
$tmp = json_decode(file_get_contents('./tzone.json'));
return $tmp->tz;
}

function compasc($a, $b) {
return ($a === $b ? 0 : $a < $b ? -1 : 1);
}
Expand Down

0 comments on commit 1759ec7

Please sign in to comment.