Initial Leenooks Module for Kohana
This commit is contained in:
4
classes/Controller/Default.php
Normal file
4
classes/Controller/Default.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||||
|
||||
class Controller_Default extends lnApp_Controller_Default {}
|
||||
?>
|
4
classes/Controller/Login.php
Normal file
4
classes/Controller/Login.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||||
|
||||
class Controller_Login extends lnApp_Controller_Login {}
|
||||
?>
|
4
classes/Controller/Logout.php
Normal file
4
classes/Controller/Logout.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||||
|
||||
class Controller_Logout extends lnApp_Controller_Logout {}
|
||||
?>
|
4
classes/Controller/Media.php
Normal file
4
classes/Controller/Media.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||||
|
||||
class Controller_Media extends lnApp_Controller_Media {}
|
||||
?>
|
4
classes/Controller/Task.php
Normal file
4
classes/Controller/Task.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||||
|
||||
class Controller_Task extends lnApp_Controller_Task {}
|
||||
?>
|
Reference in New Issue
Block a user