Added Add Admin

This commit is contained in:
Deon George
2014-10-28 16:56:56 +11:00
parent 80c8971a46
commit 43bd45d43e
7 changed files with 108 additions and 12 deletions

View File

@@ -0,0 +1,5 @@
<?php defined('SYSPATH') or die('No direct script access.');
class Controller_Admin extends Controller_TemplateDefault {
protected $auth_required = TRUE;
}