Parent Directory
|
Revision Log
|
Patch
| Revision 1.4 by sysadm, Wed Apr 23 05:32:21 2025 UTC | Revision 1.5 by sysadm, Fri Apr 25 11:00:28 2025 UTC | |
|---|---|---|
| # | Line 39 | Line 39 |
| 39 | <PostIP><?= $article["sub_ip"]; ?></PostIP> | <PostIP><?= $article["sub_ip"]; ?></PostIP> |
| 40 | <Content><![CDATA[<?= LML($article["content"], true, false, 1024); ?>]]></Content> | <Content><![CDATA[<?= LML($article["content"], true, false, 1024); ?>]]></Content> |
| 41 | <Length><?= $article["length"]; ?></Length> | <Length><?= $article["length"]; ?></Length> |
| 42 | <Visible><?= $article["visible"]; ?></Visible> | |
| 43 | </Article> | </Article> |
| 44 | <?php | <?php |
| 45 | } | } |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |