Parent Directory
|
Revision Log
|
Patch
| Revision 1.1 by sysadm, Wed Apr 23 06:57:51 2025 UTC | Revision 1.2 by sysadm, Wed Apr 23 10:47:04 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/s_favor", $_SESSION["BBS_theme_name"]); | $theme_view_file = get_theme_file("view/user_section_favor", $_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 |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |