mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
- Removed application/core/VileSci_Controller.php
- Controllers now don't extend VileSci_Controller but FHC_Controller
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
if (! defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
class Messages extends VileSci_Controller
|
||||
class Messages extends FHC_Controller
|
||||
{
|
||||
private $uid; // contains the UID of the logged user
|
||||
|
||||
|
||||
Reference in New Issue
Block a user