mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 00:54:27 +00:00
- Removed application/core/VileSci_Controller.php
- Controllers now don't extend VileSci_Controller but FHC_Controller
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
if (! defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
class Login extends VileSci_Controller
|
||||
class Login extends FHC_Controller
|
||||
{
|
||||
|
||||
public function __construct()
|
||||
|
||||
Reference in New Issue
Block a user