<?
session_start();
include("../data/connect.php");
include("../data/_uconfig.php");
include("../_class/lang.php");
include("../_class/lang_".$iscon["getlang"].".php");
include("../_class/_func.php");
include("../_class/class.global.php");
include("../_class/class.req.php");
$infoboard = new req_infoboard();
$infoboard->checksess();
$infoboard->adminsess();
$infoboard->isconnect();
if($infoboard->tbupdate("_user", "_active='".$_GET["a"]."'", "_cid", $_GET["cid"])){
refurl($iscon["lang"][105], $_SERVER['HTTP_REFERER']);
}
?>