0 )
{
define('COOKIEPATH', preg_replace('|https?://[^/]+|i', '', get_option('home') . '/' ) );
define('SITECOOKIEPATH', preg_replace('|https?://[^/]+|i', '', get_option('siteurl') . '/' ) );
}
else
{
define('COOKIEPATH', preg_replace('|https?://[^/]+|i', '', $wap_home . '/' ) );
define('SITECOOKIEPATH', preg_replace('|https?://[^/]+|i', '', $wap_home . '/' ) );
}
/*
echo $wp_home;
echo "
";
echo $wap_home;
echo "
";
echo COOKIEPATH;
echo "
";
echo SITECOOKIEPATH;
*/
header('Content-Type: text/html; charset=' . get_bloginfo('charset'));
?>