Changeset 45 for trunk/Base
- Timestamp:
- Nov 24, 2009, 6:01:08 PM (15 years ago)
- Location:
- trunk/Base
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Base/Controller.php
r42 r45 4 4 5 5 class Controller extends Module 6 { 6 { 7 7 function OnAccessDenied($Action, $Id) 8 8 { -
trunk/Base/System.php
r42 r45 2 2 3 3 include_once(dirname(__FILE__).'/Database.php'); 4 include_once(dirname(__FILE__).'/Error.php'); 4 5 include_once(dirname(__FILE__).'/HTML/XHTML.php'); 5 6 include_once(dirname(__FILE__).'/HTML/HTML.php');
Note:
See TracChangeset
for help on using the changeset viewer.