[QSL Card Image][Translated] Translated /qsl ready for international support.

This commit is contained in:
Peter Goodhall
2021-01-05 17:06:39 +00:00
parent 885a382a9f
commit 7b5bde7eac
3 changed files with 12 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ class Qsl extends CI_Controller {
function __construct() {
parent::__construct();
$this->lang->load('qslcard');
$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'); }
}