This commit is contained in:
2020-01-25 13:11:19 -05:00
parent eb8198e79f
commit d89446c636
8 changed files with 228 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
defined('BASEPATH') OR exit('No direct script access allowed');
class Auth extends CI_Controller {
class Auth extends Start_Controller {
public function index() {
$login_done = false;