Ignore:
Timestamp:
Jan 27, 2014, 10:01:33 PM (11 years ago)
Author:
chronos
Message:
  • Added: Config parameter Description which is used for general web description included in meta section of HTML page and usable by modules.
  • Fixed: Error in RSS channels if no items loaded.
  • Modified: Log real last URI instead on script name in online users list in database.
  • Fixed: Serialization error in Database class if exception was raised.
  • Modified: Items in RSS channel of forum links to exact forum topics.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/User/User.php

    r725 r765  
    227227      'User' => null, 'LoginTime' => 'NOW()', 'ActivityTime' => 'NOW()',
    228228      'IpAddress' => GetRemoteAddress(), 'HostName' => gethostbyaddr(GetRemoteAddress()),
    229       'ScriptName' => $_SERVER['PHP_SELF']));
     229      'ScriptName' => $_SERVER['REQUEST_URI']));
    230230     
    231231    // Logged permanently?
Note: See TracChangeset for help on using the changeset viewer.