noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/13: Task 2370: Annonce Permettre l'inserti


From: dwm
Subject: [Noalyss-commit] [noalyss] 01/13: Task 2370: Annonce Permettre l'insertion d'annonce dans la page de connection
Date: Tue, 30 Jul 2024 04:48:01 -0400 (EDT)

sparkyx pushed a commit to branch unstable
in repository noalyss.

commit 1c34b804ded57b2bac99fa92c6321436d75a123f
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Tue Jul 23 17:43:18 2024 +0200

    Task 2370: Annonce Permettre l'insertion d'annonce dans la page de 
connection
---
 .gitignore     | 1 +
 html/index.php | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/.gitignore b/.gitignore
index 45c09b82e..b5318cf3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,3 +46,4 @@ local/*
 /include/ext/noalyss_document/.idea/
 .idea/*
 include/tfpdf/font/unifont/*
+html/ads.html
diff --git a/html/index.php b/html/index.php
index 335656446..95015c827 100644
--- a/html/index.php
+++ b/html/index.php
@@ -232,6 +232,11 @@ if 
(isset($_REQUEST['reconnect'])&&isset($_REQUEST['backurl']))
 
         <div class="mx-auto" id="login_div" style="margin-top:10%"> 
         <h1 style="text-align: center;color:darkblue;font-weight: 
800">NOALYSS</h1>
+            <?php
+            if ( file_exists("ads.html")) {
+                include "ads.html";
+            }
+            ?>
             <form id="login_frm" action="login.php" method="post" 
name="loginform" class="p-sm-3" >
                 <?php echo $goto; ?>
 



reply via email to

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