- Removed application/core/VileSci_Controller.php

- Controllers now don't extend VileSci_Controller but FHC_Controller
This commit is contained in:
Paolo
2018-03-16 15:22:34 +01:00
parent 34f7d335ed
commit 15c4c1af24
14 changed files with 12 additions and 193 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
if (! defined('BASEPATH')) exit('No direct script access allowed');
class UDF extends VileSci_Controller
class UDF extends FHC_Controller
{
public function __construct()
{