[pmwiki-users] authuser / Setting the Author Automatically - all blank
Dominique Faure
dominique.faure at gmail.com
Wed Feb 8 03:35:21 CST 2006
The "cleanest" way would be to write (no string constants):
include_once("$FarmD/scripts/author.php");
if($AuthId && ! stripmagic(@$_COOKIE[$AuthorCookie])) {
$Author = $AuthId ;
setcookie($AuthorCookie, $Author, $AuthorCookieExpires, $AuthorCookieDir);
}
Nota: The cookie prefix is only required to enable fields isolation.
Dom
More information about the pmwiki-users
mailing list