Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/eula.html *
|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/eula.html *
|
* $Id: class_session.php 2984 2007-04-03 22:20:37Z Tikitiki $
| * $Id: class_session.php 3124 2007-06-06 04:56:26Z chris $
|
*/
class session
| */
class session
|
Zeile 105 | Zeile 105 |
---|
}
// As a token of our appreciation for getting this far, give the user a cookie
|
}
// As a token of our appreciation for getting this far, give the user a cookie
|
if((!$_COOKIE['sid'] || !$session['sid']) && $this->sid)
| if((!$_COOKIE['sid'] || $_COOKIE['sid'] != $this->sid) && $this->sid)
|
{ my_setcookie("sid", $this->sid, -1, true); }
| { my_setcookie("sid", $this->sid, -1, true); }
|