Index: branches/dev/html/tb/index.php
===================================================================
--- branches/dev/html/tb/index.php	(revision 11953)
+++ branches/dev/html/tb/index.php	(revision 11955)
@@ -12,12 +12,5 @@
 
 // ¥È¥é¥Ã¥¯¥Ð¥Ã¥¯µ¡Ç½¤Î²ÔÆ¯¾õ¶·¥Á¥§¥Ã¥¯
-$arrSiteControl = $objQuery->select("*", "dtb_site_control", "control_id = ?", array(SITE_CONTROL_TRACKBACK));
-
-// TODO:¶¦ÄÌ´Ø¿ô²½¤¹¤ë
-if (count($arrSiteControl) > 0) {
-	if ($arrSiteControl[0]["control_flg"] == 2) {
-		IfResponseNg();
-	}
-} else {
+if (sfGetSiteControlFlg(SITE_CONTROL_TRACKBACK) != 1) {
 	// NG
 	IfResponseNg();
