<?php
/**
 * @copyright 2005-2008 OpenPNE Project
 * @license   http://www.php.net/license/3_01.txt PHP License 3.01
 */

// ktai モジュールと同様の認証をおこなう
$auth = openpne_ext_search('ktai/auth.inc');
require_once $auth;
?>
