Unable to find source-code formatter for language: php. Available languages are: actionscript, html, java, javascript, none, sql, xhtml, xml
<? if(!defined('ROOT_PATH')) { echo "<div align=\"right\" style=\"border: 1px dashed #66CC00;padding:5px;background: #F5F5F5;line-height:130%\"><span style=\"font-family:Georgia,Arial;font-size:12px\" >file access err! <BR />\n"; echo "Powered by <a href=\"http://www.inews.com.cn\" target=\"_blank\" style=\"font-family:Georgia,Arial\">iNewS4</a> <BR />\n"; echo "Copyright (c) 2000-2005 <a href=\"http://justdn.org\" target=\"_blank\">iZz Studio</a> All Rights Reserved<br /> </span> </div>"; exit(); } // 语言包文件 $inews_conf['i18n'] = ROOT_PATH.'/lang/gb.php'; // 默认输入编码 // 当两个值不同时激活转换服务 $inews_conf[file_encode_default] = 'gb2312'; //gbk,gb2312,gb18030,utf-8,big5 // 需要输出的静态文件编码 $inews_conf[file_encode_output] = 'gb2312'; //gbk,gb2312,gb18030,utf-8,big5 // 是否为中文 $inews_conf[is_chinese] = true; // 下面是为大中华地区用户服务 // 当两个值不同时激活转换服务 // 当转换后将自动使用UTF-8编码 // 默认语言 // big5 - 繁体 // gb - 简体 $inews_conf[file_lang_default] = 'gb'; //gb,big5 // 生成文件的语言,支持繁简相互转换 $inews_conf[file_lang_output] = 'gb'; //gb,big5 // 整理HTMl内容,如抓取新闻时被抓取的文章不符合html语法,使用该功能将其整理. $inews_conf[auto_htmltidy] = false; ?>