diff --git a/mdcountdata.php b/mdcountdata.php index d7effca..49d6bb9 100644 --- a/mdcountdata.php +++ b/mdcountdata.php @@ -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); }