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

Diff of /fenglin/bbs/post.php

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

Revision 1.7 by sysadm, Mon Apr 7 08:38:59 2025 UTC Revision 1.8 by sysadm, Mon Apr 7 14:49:00 2025 UTC
# Line 274  Line 274 
274          unset($attachments);          unset($attachments);
275                    
276          // Output with theme view          // Output with theme view
277          $theme_view_file = get_theme_view_file("post", $_SESSION["BBS_theme_name"]);          $theme_view_file = get_theme_file("view/post", $_SESSION["BBS_theme_name"]);
278          if ($theme_view_file == null)          if ($theme_view_file == null)
279          {          {
280                  exit(json_encode($result_set)); // Output data in Json                  exit(json_encode($result_set)); // Output data in Json


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

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