/[LeafOK_CVS]/fenglin/www/foot.inc.php
ViewVC logotype

Annotation of /fenglin/www/foot.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.29 - (hide annotations)
Sat Nov 15 01:54:08 2025 UTC (4 months ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.28: +1 -1 lines
Update footer

1 sysadm 1.22 <?php
2 sysadm 1.23 $user_tz = (new DateTimeImmutable("", $_SESSION["BBS_user_tz"]))->format("e (\U\T\C P)");
3    
4 sysadm 1.18 // Log end time
5 sysadm 1.29 $page_exec_duration = round((microtime(true) - $_SERVER["REQUEST_TIME_FLOAT"]) * 1000, 2);
6 sysadm 1.23
7     echo <<<HTML
8     <table width="1050" border="0" cellpadding="0" cellspacing="0">
9     <tr>
10     <td height=5></td>
11     </tr>
12     <tr>
13     <td height=1 bgcolor=gray></td>
14     </tr>
15     <tr>
16     <td height=5></td>
17     </tr>
18     <tr height="20">
19     <td align="center">
20 sysadm 1.28 Copyright &copy; {$BBS_copyright_duration} {$BBS_name}({$BBS_host_name}), All rights reserved.<br />
21 sysadm 1.24 用户时区设置:<a href="/bbs/update_pref.php" target=_blank>{$user_tz}</a><br />
22 sysadm 1.23 页面运行使用{$page_exec_duration}毫秒
23     </td>
24     </tr>
25     </table>
26     HTML;

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1