Task 2370: Annonce Permettre l'insertion d'annonce dans la page de connection
This commit is contained in:
parent
26a3f802db
commit
1c34b804de
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -46,3 +46,4 @@ local/*
|
|||
/include/ext/noalyss_document/.idea/
|
||||
.idea/*
|
||||
include/tfpdf/font/unifont/*
|
||||
html/ads.html
|
||||
|
|
|
|||
|
|
@ -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; ?>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue