All pastes #41614 Raw Edit

Milligan

public php v1 · immutable
#41614 ·published 2006-02-14 16:15 UTC
rendered paste body
if(array_key_exists(self::$cookiename, $_COOKIE)) {    $buffer = this->_unpackage($_COOKIE[self::$cookiename]);} else {    throw new AuthException("No Cookie");}