<?
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 global_infoboard();
$infoboard->checksess();
$infoboard->adminsess();
$infoboard->isconnect();
$infoboard->tbupdate("_infoboardq", "_stick='".$_GET["stick"]."'", "_cid", $_GET["cid"]);
refurl("", $_SERVER['HTTP_REFERER']);
?>