Parent Directory
|
Revision Log
|
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 |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |