Parent Directory
|
Revision Log
|
Patch
| Revision 1.6 by sysadm, Mon Apr 7 06:29:55 2025 UTC | Revision 1.7 by sysadm, Mon Apr 7 14:49:00 2025 UTC | |
|---|---|---|
| # | Line 53 | Line 53 |
| 53 | mysqli_close($db_conn); | mysqli_close($db_conn); |
| 54 | ||
| 55 | // Output with theme view | // Output with theme view |
| 56 | $theme_view_file = get_theme_view_file("update_profile", $_SESSION["BBS_theme_name"]); | $theme_view_file = get_theme_file("view/update_profile", $_SESSION["BBS_theme_name"]); |
| 57 | if ($theme_view_file == null) | if ($theme_view_file == null) |
| 58 | { | { |
| 59 | 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 |