More udpates from other projects

This commit is contained in:
Deon George
2014-08-22 23:34:38 +10:00
parent 39406e1f76
commit 123ae34beb
9 changed files with 173 additions and 5 deletions

4
classes/StaticList.php Normal file
View File

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