Warning: include_attach_lang(./../language/lang_chinese_traditional_taiwan/lang_main_attach.php): failed to open stream: No such file or directory in /home/gamesociety/public_html/forum/attach_mod/attachment_mod.php on line 55
Warning: include_attach_lang(): Failed opening './../language/lang_chinese_traditional_taiwan/lang_main_attach.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/gamesociety/public_html/forum/attach_mod/attachment_mod.php on line 55
Warning: include_attach_lang(./../language/lang_chinese_traditional_taiwan/lang_admin_attach.php): failed to open stream: No such file or directory in /home/gamesociety/public_html/forum/attach_mod/attachment_mod.php on line 64
Warning: include_attach_lang(): Failed opening './../language/lang_chinese_traditional_taiwan/lang_admin_attach.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/gamesociety/public_html/forum/attach_mod/attachment_mod.php on line 64
Warning: Cannot modify header information - headers already sent by (output started at /home/gamesociety/public_html/forum/attach_mod/attachment_mod.php:55) in /home/gamesociety/public_html/forum/admin/index.php on line 582
Warning: Cannot modify header information - headers already sent by (output started at /home/gamesociety/public_html/forum/attach_mod/attachment_mod.php:55) in /home/gamesociety/public_html/forum/admin/index.php on line 583
// Add no-cache control for cookies if they are set
//$c_no_cache = (isset($HTTP_COOKIE_VARS[$board_config['cookie_name'] . '_sid']) || isset($HTTP_COOKIE_VARS[$board_config['cookie_name'] . '_data'])) ? 'no-cache="set-cookie", ' : '';
// Work around for "current" Apache 2 + PHP module which seems to not
// cope with private cache control setting
if (!empty($_SERVER['SERVER_SOFTWARE']) && strstr($_SERVER['SERVER_SOFTWARE'], 'Apache/2'))
{
header ('Cache-Control: no-cache, pre-check=0, post-check=0');
}
else
{
header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
}
header ('Expires: 0');
header ('Pragma: no-cache');
$template->pparse('overall_header');
?>