Changeset 1424 for trunk/rss/index.php

Show
Ignore:
Timestamp:
04/09/06 23:29:35 (3 years ago)
Author:
mbonetti
Message:

Handle all user business in a new (early loaded) User class. Also fixes #382

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rss/index.php

    r1298 r1424  
    6363if (array_key_exists('update',$_REQUEST)) { 
    6464    update(""); 
    65 } 
    66  
    67  
    68 if (array_key_exists('logout',$_GET)) { 
    69     logoutUserCookie(); 
    70     rss_redirect(''); 
    7165} 
    7266