Made Band chooseable

This commit is contained in:
int2001
2023-07-21 09:16:19 +00:00
parent 5f5c104535
commit 81dac90266
2 changed files with 23 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ class Bandmap extends CI_Controller {
$this->load->model('user_model');
if(!$this->user_model->authorize(2)) { $this->session->set_flashdata('notice', 'You\'re not allowed to do that!'); redirect('dashboard'); }
$this->load->model('bands');
}
function index() {