Parent Directory
|
Revision Log
|
Patch
| Revision 1.5 by sysadm, Fri Oct 10 12:15:02 2025 UTC | Revision 1.6 by sysadm, Fri Oct 24 02:45:16 2025 UTC | |
|---|---|---|
| # | Line 367 | Line 367 |
| 367 | } | } |
| 368 | ||
| 369 | // Calculate length of content | // Calculate length of content |
| 370 | $length = str_length(LML($content, false, false, 1024)); | $length = str_length(LML($content, false, 1024)); |
| 371 | ||
| 372 | // Post announcement | // Post announcement |
| 373 | $title = mysqli_real_escape_string($db_conn, $title); | $title = mysqli_real_escape_string($db_conn, $title); |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |