mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-11 09:14:27 -04:00
XSS clean Messages, tidied up Home, Login, No_access and Secure_area, removed unused Controllers (#39)
This commit is contained in:
@@ -8,12 +8,12 @@ class Home extends Secure_area
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
function index()
|
||||
public function index()
|
||||
{
|
||||
$this->load->view("home");
|
||||
}
|
||||
|
||||
function logout()
|
||||
public function logout()
|
||||
{
|
||||
$this->Employee->logout();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user