- 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
-14
View File
@@ -1,14 +0,0 @@
<?php
if (! defined("BASEPATH")) exit("No direct script access allowed");
class VileSci_Controller extends FHC_Controller
{
/**
* Standard construct for all the controllers used in VileSci
*/
public function __construct()
{
parent::__construct();
}
}