Enhancements to Task

This commit is contained in:
Deon George
2013-05-02 19:52:19 +10:00
parent 29c1913f47
commit 4e49c2176f
8 changed files with 162 additions and 122 deletions

View File

@@ -0,0 +1,15 @@
<?php defined('SYSPATH') or die('No direct access allowed.');
/**
* This class provides Admin TASK management
*
* @package Task
* @category Controllers
* @author Deon George
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Controller_Task extends Controller_TemplateDefault {
protected $auth_required = FALSE;
}
?>