/[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.9 by sysadm, Wed Apr 23 04:51:55 2025 UTC
# Line 1  Line 1 
1  <?  <?php
2          require_once "../lib/common.inc.php";          require_once "../lib/common.inc.php";
3          require_once "../lib/db_open.inc.php";          require_once "../lib/db_open.inc.php";
         require_once "./common_lib.inc.php";  
4          require_once "./session_init.inc.php";          require_once "./session_init.inc.php";
5          require_once "./check_sub.inc.php";          require_once "./check_sub.inc.php";
6          require_once "../lib/lml.inc.php";          require_once "../lib/lml.inc.php";
7          require_once "../lib/str_process.inc.php";          require_once "../lib/str_process.inc.php";
8          require_once "./theme.inc.php";          require_once "./theme.inc.php";
9  ?>  
 <?  
10          force_login();          force_login();
11    
12          $result_set = array(          $result_set = array(
# Line 274  Line 272 
272          unset($attachments);          unset($attachments);
273                    
274          // Output with theme view          // Output with theme view
275          $theme_view_file = get_theme_view_file("post", $_SESSION["BBS_theme_name"]);          $theme_view_file = get_theme_file("view/post", $_SESSION["BBS_theme_name"]);
276          if ($theme_view_file == null)          if ($theme_view_file == null)
277          {          {
278                  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