mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Refactor partial to real-SQL and php-join the SATs
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
class Dashboard extends CI_Controller {
|
||||
|
||||
public function index()
|
||||
{
|
||||
public function index() {
|
||||
$this->output->enable_profiler(TRUE);
|
||||
// Check if users logged in
|
||||
$this->load->model('user_model');
|
||||
if ($this->user_model->validate_session() == 0) {
|
||||
|
||||
Reference in New Issue
Block a user