|
|
@@ -21,6 +21,27 @@
|
|
|
<div class="element-parametres">
|
|
|
<a href="/submit.php?from=parametres-json-refresh" onclick="return confirm('Etes-vous certain de vouloir réinitialiser les JSON ?')"><button type="button" class="btn btn-warning">Réinitialisation des JSON</button></a>
|
|
|
</div>
|
|
|
+
|
|
|
+ <h4>Infos serveur</h4>
|
|
|
+ <div class="element-parametres">
|
|
|
+ <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#modalPHPInfo">Voir le PHP Infos</button>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="modal fade" id="modalPHPInfo" tabindex="-1" role="dialog" aria-hidden="true">
|
|
|
+ <div class="modal-dialog" role="document">
|
|
|
+ <div class="modal-content">
|
|
|
+ <div class="modal-header">
|
|
|
+ <h5 class="modal-title" id="exampleModalLabel">PHP Info</h5>
|
|
|
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
|
+ <span aria-hidden="true">×</span>
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+ <div class="modal-body">
|
|
|
+ <iframe width="970" height="800" src="/parametres-debug-info.vue"></iframe>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</td>
|
|
|
<?php if (session::getType() == 1 AND (ENVIRONNEMENT != "PROD")) { ?>
|
|
|
<td>
|
|
|
@@ -28,25 +49,6 @@
|
|
|
<div class="element-parametres">
|
|
|
<a href="/submit.php?from=parametres-reset-datas" onclick="return confirm('Etes-vous certain de vouloir supprimer les données ?')"><button type="button" class="btn btn-danger">Nettoyer les données</button></a>
|
|
|
</div>
|
|
|
- <div class="element-parametres">
|
|
|
- <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#modalPHPInfo">Voir le PHP Infos</button>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="modal fade" id="modalPHPInfo" tabindex="-1" role="dialog" aria-hidden="true">
|
|
|
- <div class="modal-dialog" role="document">
|
|
|
- <div class="modal-content">
|
|
|
- <div class="modal-header">
|
|
|
- <h5 class="modal-title" id="exampleModalLabel">PHP Info</h5>
|
|
|
- <button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
|
- <span aria-hidden="true">×</span>
|
|
|
- </button>
|
|
|
- </div>
|
|
|
- <div class="modal-body">
|
|
|
- <iframe width="970" height="800" src="/parametres-debug-info.vue"></iframe>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
</td>
|
|
|
<?php } ?>
|
|
|
</tr>
|