Remove deprecated controller extension
This commit is contained in:
2
application/controllers/auth.php
Executable file → Normal file
2
application/controllers/auth.php
Executable file → Normal file
@@ -5,7 +5,7 @@
|
||||
*
|
||||
* @author Eike Foken <kontakt@eikefoken.de>
|
||||
*/
|
||||
class Auth extends MY_Controller {
|
||||
class Auth extends CI_Controller {
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
|
||||
Reference in New Issue
Block a user