ready to test new layout
This commit is contained in:
9
controllers/auth/login.php
Normal file
9
controllers/auth/login.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
$data['title'] = 'Novaconium Login Page';
|
||||
|
||||
// Don't come here if logged in
|
||||
if ($session->get('username')) {
|
||||
$redirect->url('/novaconium/dashboard');
|
||||
makeitso();
|
||||
}
|
||||
view('@novacore/login');
|
||||
Reference in New Issue
Block a user