Code Quality

This commit is contained in:
cgfhtw
2023-07-27 11:42:03 +02:00
parent ace3bd6736
commit 7dee77a6af
18 changed files with 113 additions and 79 deletions
+1 -2
View File
@@ -3,7 +3,7 @@
if (! defined('BASEPATH')) exit('No direct script access allowed');
/**
*
*
*/
class Auth extends FHC_Controller
{
@@ -74,5 +74,4 @@ class Auth extends FHC_Controller
$this->authlib->logout();
redirect('/Cis/Auth/login', 'refresh');
}
}