[设置] "; echo "[关闭]\r\n
\r\n"; foreach($allsources as $v) { $v = trim($v); if($v!="") { echo "$v | \r\n"; } } echo "
 
"; } else { //作者列表 $m_file = DEDEDATA."/admin/writer.txt"; echo "
[设置] "; echo "[关闭]
\r\n
\r\n"; if(filesize($m_file)>0) { $fp = fopen($m_file,'r'); $str = fread($fp,filesize($m_file)); fclose($fp); $strs = explode(',',$str); foreach($strs as $str) { $str = trim($str); if($str!="") { echo "$str | "; } } } echo "
 
\r\n"; }