XSS clean Messages, tidied up Home, Login, No_access and Secure_area, removed unused Controllers (#39)

This commit is contained in:
FrancescoUK
2016-06-04 16:42:54 +01:00
parent b11377041d
commit da96edf304
7 changed files with 56 additions and 271 deletions

View File

@@ -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();
}