|
|
tid=127331&打開 source\function\function_admincp.php, w* g- }2 _/ C& i" Y6 ^
找到- if($_G['adminid'] == 1 && $_GET['action'] == 'index') {
- $release = DISCUZ_RELEASE;
- $newsurl = 'ht'.'tp:/'.'/cus'.'tome'.'r.disc'.'uz.n'.'et/n'.'ews'.'.p'.'hp?'.siteinformation();
- echo <<<EOT
- <script type="text/javascript">
- var newhtml = '';
- newhtml += '<table class="tb tb2"><tr><th class="partition edited">您當前使用的 Discuz! 程序版本有重要更新,請參照以下提示進行及時升級</th></tr>';
- newhtml += '<tr><td class="tipsblock"><a href="http://faq.comsenz.com/checkversion.php?product=Discuz&version={$version}&release={$release}&charset={$charset}" target="_blank"></a></td></tr></table>';
- \$('boardnews').style.display = 'none';
- \$('boardnews').innerHTML = newhtml;
- function shownews() {
- \$('boardnews').style.display = '';
- }
- </script>
- EOT;
- }
複製代碼 並刪除之.4 l: I! A' k+ o5 E+ d8 \
搞定...
5 r1 a7 |8 \$ a, f' Z4 |& F" U' ] |
|