Changeset 586 for trunk/Modules/User/User.php
- Timestamp:
- Oct 31, 2013, 9:30:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/User/User.php
r584 r586 399 399 } 400 400 401 function Install()402 { 403 } 404 405 function Uninstall()401 function DoInstall() 402 { 403 } 404 405 function DoUninstall() 406 406 { 407 407 } 408 408 409 function Start() 410 { 411 parent::Start(); 409 function DoStart() 410 { 412 411 $this->System->User = new User($this->System); 413 412 if(isset($_SERVER['REMOTE_ADDR'])) $this->System->User->Check(); … … 474 473 } 475 474 476 function Stop()475 function DoStop() 477 476 { 478 477 }
Note:
See TracChangeset
for help on using the changeset viewer.