Parent Directory
|
Revision Log
|
Patch
| Revision 1.1 by sysadm, Wed Apr 23 07:17:01 2025 UTC | Revision 1.2 by sysadm, Sun Apr 27 04:32:05 2025 UTC | |
|---|---|---|
| # | Line 37 | Line 37 |
| 37 | ||
| 38 | mysqli_close($db_conn); | mysqli_close($db_conn); |
| 39 | exit(json_encode($result_set)); | exit(json_encode($result_set)); |
| 40 | } | } |
| 41 | ||
| 42 | $r_content = check_badwords(split_line($content, "", 256, 10), "****"); | $r_content = check_badwords(split_line($content, "", 256, 10), "****"); |
| 43 | if ($content != $r_content) | if ($content != $r_content) |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |