Changeset 47 for trunk/Base/Controller.php
- Timestamp:
- Jul 27, 2014, 9:14:56 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 2 1 config.php 2 .project
-
- Property svn:ignore
-
trunk/Base/Controller.php
r45 r47 4 4 5 5 class Controller extends Module 6 { 6 { 7 7 function OnAccessDenied($Action, $Id) 8 8 { 9 9 return($this->System->Output->SystemMessage('Nemáte oprávnění provést akci "'.$Action.'" modulu "'.substr(get_class($this), 0, -10).'" na položce "'.$Id.'"')); 10 10 } 11 11 12 12 function Process() 13 13 { … … 29 29 } 30 30 } 31 32 ?>
Note:
See TracChangeset
for help on using the changeset viewer.