Sync from PTA, split out lnApp

This commit is contained in:
Deon George
2013-01-10 11:53:13 +11:00
parent 19411b6352
commit 815508d40e
44 changed files with 89 additions and 139 deletions

View File

@@ -1,4 +0,0 @@
<?php defined('SYSPATH') or die('No direct access allowed.');
class Controller_Default extends lnApp_Controller_Default {}
?>

View File

@@ -1,4 +0,0 @@
<?php defined('SYSPATH') or die('No direct access allowed.');
class Controller_Logout extends lnApp_Controller_Logout {}
?>

View File

@@ -1,4 +0,0 @@
<?php defined('SYSPATH') or die('No direct access allowed.');
class Controller_Media extends lnApp_Controller_Media {}
?>

View File

@@ -1,4 +0,0 @@
<?php defined('SYSPATH') or die('No direct access allowed.');
class Controller_Task extends lnApp_Controller_Task {}
?>