/[LeafOK_CVS]/fenglin/bbs/article_service_post.php
ViewVC logotype

Diff of /fenglin/bbs/article_service_post.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.6 by sysadm, Tue Apr 29 11:55:32 2025 UTC Revision 1.7 by sysadm, Tue Jun 3 03:04:16 2025 UTC
# Line 122  Line 122 
122          // Append indication of article update          // Append indication of article update
123          if ($id != 0)          if ($id != 0)
124          {          {
125                  $content .= ("\n--\n※作者已于 " . date("Y-m-d H:i:s") . " 修改本文※\n");                  $content .= ("\n--\n※ 作者已于 " . (new DateTimeImmutable("", $_SESSION["BBS_user_tz"]))->format("Y-m-d H:i:s (\U\T\C P)") . " 修改本文※\n");
126          }          }
127    
128          // Calculate length of content          // Calculate length of content


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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