Added Add Admin
This commit is contained in:
5
application/classes/Controller/Admin.php
Normal file
5
application/classes/Controller/Admin.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
class Controller_Admin extends Controller_TemplateDefault {
|
||||
protected $auth_required = TRUE;
|
||||
}
|
Reference in New Issue
Block a user