diff --git a/application/controllers/Eqsl.php b/application/controllers/Eqsl.php index fc49b12b..1ead4c39 100644 --- a/application/controllers/Eqsl.php +++ b/application/controllers/Eqsl.php @@ -583,7 +583,6 @@ class eqsl extends CI_Controller { $image_url = $this->eqsl_library->card_image($username, $password, $callsign, $band, $mode, $year, $month, $day, $hour, $minute); $file = file_get_contents($image_url, true); - $dom = new domDocument; $dom->loadHTML($file); $dom->preserveWhiteSpace = false; diff --git a/application/views/view_log/partial/log.php b/application/views/view_log/partial/log.php index ebed52b7..357f432b 100644 --- a/application/views/view_log/partial/log.php +++ b/application/views/view_log/partial/log.php @@ -31,7 +31,8 @@ config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE || ($this->config->item('show_time'))) { ?>