Changeset 168 for trunk/admin

Show
Ignore:
Timestamp:
06/24/06 13:37:31 (2 years ago)
Author:
michiel
Message:

if author is logged in, use that info as comment settings

Fixes #71

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/login.php

    r114 r168  
    6363                $_SESSION["author_email"]    = $row["email"]; 
    6464                $_SESSION["author_website"]  = $row["website"]; 
     65                $_SESSION["blog_user"]       = 1; 
    6566                header("Location: index.php"); 
    6667        } else {