From 98ef3d8d83eea3fb9e9fce1882dfb2fc8dd50b51 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Wed, 13 Aug 2025 15:58:04 +0100 Subject: [PATCH] Remove unused test method from Adif controller Deleted the test() method from Adif.php as it was not used and contained only temporary validation code. --- application/controllers/Adif.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/application/controllers/Adif.php b/application/controllers/Adif.php index 64750fc5..18cdb2ac 100644 --- a/application/controllers/Adif.php +++ b/application/controllers/Adif.php @@ -13,16 +13,6 @@ class adif extends CI_Controller { if(!$this->user_model->authorize(2)) { $this->session->set_flashdata('notice', 'You\'re not allowed to do that!'); redirect('dashboard'); } } - public function test() { - if(validateADIFDate('20120228') == true){ - echo "valid date"; - } else { - echo "date incorrect"; - } - - - } - /* Shows Export Views */ public function export() {