kopia lustrzana https://github.com/magicbug/Cloudlog
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.pull/3320/head
rodzic
4ef4faad2e
commit
98ef3d8d83
|
@ -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() {
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue