Code Duplication    Length = 6-6 lines in 2 locations

web_interface/astpp/application/modules/freeswitch/controllers/freeswitch.php 2 locations

@@ 359-364 (lines=6) @@
356
		return $ret_url;
357
	}
358
359
	function fssipdevices_delete($id) {
360
		$this->freeswitch_model->delete_freeswith_devices($id);
361
		$this->session->set_flashdata('astpp_notification', 'SIP Device Removed Successfully!');
362
		redirect(base_url() . 'freeswitch/fssipdevices/');
363
		exit;
364
	}
365
366
	function get_action_buttons_fssipdevices($id) {
367
@@ 1003-1008 (lines=6) @@
1000
		$this->load->view('view_callshop_details', $data);
1001
	}
1002
1003
	function fsserver_delete($id) {
1004
		$this->freeswitch_model->fsserver_delete($id);
1005
		$this->session->set_flashdata('astpp_notification', 'Freeswitch Server Removed Successfully!');
1006
		redirect(base_url() . 'freeswitch/fsserver_list/');
1007
		exit;
1008
	}
1009
1010
	function fsserver_list_search() {
1011
		$ajax_search = $this->input->post('ajax_search', 0);