Create header.inc.php

master
Phoenix Eve Aspacio 2017-06-11 13:43:59 +08:00 committed by GitHub
parent 915ffb1991
commit 564fb82257
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@
<?php
foreach ($MAILCOW_APPS as $app):
?>
<li><a href="<?= $app['link']; ?>"><?= $app['name']; ?></a></li>
<li title="<?= htmlspecialchars($app['description']); ?>"><a href="<?= htmlspecialchars($app['link']); ?>"><?= htmlspecialchars($app['name']); ?></a></li>
<?php
endforeach;
?>