Supprime un test

This commit is contained in:
Fred Tempez 2023-07-24 18:32:41 +02:00
parent 7d26d202e2
commit c0e3a0c96e
1 changed files with 1 additions and 2 deletions

View File

@ -80,8 +80,7 @@
</div>
<div class="containerModule">
<?php foreach (user::$listModules as $moduleId): ?>
<?php echo $moduleId;
if (file_exists('module/' . $moduleId . '/profil/view/add.inc.php')) {
<?php if (file_exists('module/' . $moduleId . '/profil/view/add.inc.php')) {
include('module/' . $moduleId . '/profil/view/add.inc.php');
} ?>
<?php endforeach; ?>