Vergleich misc.php - 1.2.0 - 1.2.1

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://www.mybboard.com
* License: http://www.mybboard.com/eula.html
*

 * Website: http://www.mybboard.com
* License: http://www.mybboard.com/eula.html
*

 * $Id: misc.php 2163 2006-08-30 05:53:05Z chris $

 * $Id: misc.php 2224 2006-09-14 00:35:33Z chris $

 */

define("IN_MYBB", 1);

 */

define("IN_MYBB", 1);

Zeile 61Zeile 61

if($mybb->input['fid'])
{


if($mybb->input['fid'])
{

		my_setcookie("forumpass[".intval($mybb->input['fid'])."]", '');

		my_unsetcookie("forumpass[".intval($mybb->input['fid'])."]");

		redirect("index.php", $lang->redirect_forumpasscleared);
}
}

		redirect("index.php", $lang->redirect_forumpasscleared);
}
}