Initial Leenooks Module for Kohana

This commit is contained in:
Deon George
2013-04-22 15:50:28 +10:00
commit b310cdb125
55 changed files with 11514 additions and 0 deletions

View File

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