noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 02/38: Correction : prevent direct access to


From: dwm
Subject: [Noalyss-commit] [noalyss] 02/38: Correction : prevent direct access to $_REQUEST
Date: Sun, 18 Feb 2024 07:30:41 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 545362569a03da6946d5a35ed7a82b1b94f0ff14
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Feb 10 14:53:10 2024 +0100

    Correction : prevent direct access to $_REQUEST
---
 include/template/operation_exercice-input_transfer.php | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/template/operation_exercice-input_transfer.php 
b/include/template/operation_exercice-input_transfer.php
index bd8a32867..74c710388 100644
--- a/include/template/operation_exercice-input_transfer.php
+++ b/include/template/operation_exercice-input_transfer.php
@@ -43,6 +43,8 @@ $cn=Dossier::connect();
 
         ?>
         <div id="operation_exercice_transfer_info" ></div>
+        <p>
+
         <ul class="aligned-block">
             <li>
                 <?= \HtmlInput::submit("save", _("Sauve")) ?>
@@ -52,5 +54,6 @@ $cn=Dossier::connect();
             </li>
 
         </ul>
+        </p>
     </form>
 </div>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]