[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; ?>
- [Noalyss-commit] [noalyss] branch unstable updated (26a3f802d -> 65dd4e31c), dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 05/13: Documentation, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 01/13: Task 2370: Annonce Permettre l'insertion d'annonce dans la page de connection,
dwm <=
- [Noalyss-commit] [noalyss] 07/13: bug : followup order, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 04/13: cosmetic : INPUT style, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 08/13: typo documentation, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 02/13: TVA_CODE : missing, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 11/13: Task #2373 : check security, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 12/13: Tax #2373 : add unit test, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 10/13: Task #2373 : upgrade sql, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 03/13: Documentation + Tag::display, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 06/13: Ajax call check_vatnumber must no block, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 13/13: Documentation, dwm, 2024/07/30