Changeset 4 for trunk/www/user.php
- Timestamp:
- Jun 8, 2009, 9:50:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/user.php
r3 r4 144 144 // načtení stavu stromu 145 145 $Result = USER_LOGGED_IN; 146 $this->System->Modules['Log']->NewRecord('User', 'Login', 'Login='.$Login.',Host='.gethostbyaddr(GetRemoteAddress()));146 //$this->System->Modules['Log']->NewRecord('User', 'Login', 'Login='.$Login.',Host='.gethostbyaddr(GetRemoteAddress())); 147 147 } 148 148 } else $Result = USER_NOT_REGISTRED;
Note:
See TracChangeset
for help on using the changeset viewer.