Changeset 47 for trunk/Application/Application.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/Application/Application.php
r42 r47 9 9 { 10 10 var $DefaultModule = 'Main'; 11 11 12 12 function __construct() 13 13 { 14 14 parent::__construct(); 15 15 $this->Output = new CustomOutput($this); 16 16 17 17 /* $this->Type->RegisterType('YesNo', 'Enumeration', array('Ano', 'Ne')); 18 18 $this->Type->RegisterType('NoYes', 'Enumeration', array('Ne', 'Ano')); … … 27 27 //$this->AddModule('Log'); 28 28 //$this->AddModule('UserList'); 29 29 30 30 //if(isset($_SERVER['REMOTE_ADDR'])) $this->Modules['UserList']->Check(); 31 31 // else $this->Modules['UserList']->CurrentUser = new User(0); … … 34 34 } 35 35 } 36 37 ?>
Note:
See TracChangeset
for help on using the changeset viewer.