mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Code formatting
This commit is contained in:
@@ -11,8 +11,7 @@ class Distancerecords extends CI_Controller {
|
||||
if(!$this->user_model->authorize(2)) { $this->session->set_flashdata('error', __("You're not allowed to do that!")); redirect('dashboard'); }
|
||||
}
|
||||
|
||||
public function index()
|
||||
{
|
||||
public function index() {
|
||||
|
||||
$this->load->model('distancerecords_model');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user