diff options
Diffstat (limited to 'h-source/Application/Controllers')
-rw-r--r-- | h-source/Application/Controllers/SpecialController.php (renamed from h-source/Application/Controllers/LastController.php) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/LastController.php b/h-source/Application/Controllers/SpecialController.php index 2050ea7..86ac9b9 100644 --- a/h-source/Application/Controllers/LastController.php +++ b/h-source/Application/Controllers/SpecialController.php @@ -20,7 +20,7 @@ if (!defined('EG')) die('Direct access not allowed!'); -class LastController extends BaseController +class SpecialController extends BaseController { public function __construct($model, $controller, $queryString) |