Supprime un test
This commit is contained in:
parent
7d26d202e2
commit
c0e3a0c96e
@ -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; ?>
|
||||
|
Loading…
Reference in New Issue
Block a user