mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
rename user/main.php to user/index.php to match our default naming
This commit is contained in:
@@ -18,7 +18,7 @@ class User extends CI_Controller {
|
||||
$data['page_title'] = __("User Accounts");
|
||||
|
||||
$this->load->view('interface_assets/header', $data);
|
||||
$this->load->view('user/main');
|
||||
$this->load->view('user/index');
|
||||
$this->load->view('interface_assets/footer');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user