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

Diff of /fenglin/bbs/update_pref.php

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

Revision 1.1 by sysadm, Wed Apr 23 05:59:59 2025 UTC Revision 1.2 by sysadm, Fri Apr 25 07:28:58 2025 UTC
# Line 51  Line 51 
51          mysqli_close($db_conn);          mysqli_close($db_conn);
52    
53          // Output with theme view          // Output with theme view
54          $theme_view_file = get_theme_file("view/preference", $_SESSION["BBS_theme_name"]);          $theme_view_file = get_theme_file("view/update_pref", $_SESSION["BBS_theme_name"]);
55          if ($theme_view_file == null)          if ($theme_view_file == null)
56          {          {
57                  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