Changeset 135

Show
Ignore:
Timestamp:
04/07/05 01:22:48 (4 years ago)
Author:
dez
Message:

Changed behaviour of logout to take you back to your blog as in ticket #21

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • admin.lib.php

    r133 r135  
    160160        { 
    161161                session_unset(); 
     162                header("Location: ".$this->blogPath); 
    162163        } 
    163164