Vergleich usercp2.php - 1.00 - 1.14

  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$

 * $Id: usercp2.php 755 2005-10-06 00:06:07Z dennis $

 */

/* This file does all the misc operations of usercp.php */

 */

/* This file does all the misc operations of usercp.php */

 
define("KILL_GLOBALS", 1);


require "./global.php";
require "./inc/functions_user.php";

require "./global.php";
require "./inc/functions_user.php";





if($mybb->user['uid'] == 0)
{
nopermission();
}

if($mybb->user['uid'] == 0)
{
nopermission();
}

 

$_SERVER['HTTP_REFERER'] = htmlspecialchars($_SERVER['HTTP_REFERER']);


if($mybb->input['action'] == "addfavorite")
{


if($mybb->input['action'] == "addfavorite")
{