include("../inc/header.php");?>
include("inc/loggedbar.php");?>
require("../library/funzioni.php"); require("inc/getpermessi.php"); $utente=getUtente(floor($_GET["id"])); if($utente["id"]<1) Redirect("http://www.perugia.com/forum/"); require("inc/getpermessi.php"); $cmd=$_GET["cmd"]; if ($cmd=="sendpvt" && $utenteloggato_permessi["risp_add"]){ if (!verifyCaptcha($_POST["code"])) return Error("Il codice inserito non valido."); else { deleteMyCaptcha(); send_pvt($utenteloggato["id"],$_GET["id"],$_POST["titolo"],$_POST["messaggio"]); Redirect("profiloutente.php?id=".$_GET["id"]."&result=sended"); } } if(!$utente) Redirect("http://www.perugia.com/forum/"); ?>