1
0
Fork 0

Merge pull request 'Update home_dir/www/index.php' (#5) from hschoi/HANYANG_MES:master into master

Reviewed-on: HANYANG/HANYANG_MES#5
This commit is contained in:
최효숙 2024-05-02 16:09:53 +09:00
commit 1bce2d4428
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>