1
0
Fork 0

Update home_dir/www/index.php

This commit is contained in:
최효숙 2024-05-02 16:05:04 +09:00
parent f538de2832
commit a2d251bb18
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ include_once "{$_SERVER['DOCUMENT_ROOT']}/common.inc.php";
<p> <p>
<ul> <ul>
<?php foreach( $clist->pages as $page ){?> <?php foreach( $clist->pages as $page ){?>
<li><?=$page?></li> <li><?=$page?> <?='test'?></li>
<?php }?> <?php }?>
</ul> </ul>
</p> </p>