Compare commits
3 Commits
52a1d59ddd
...
558f9b57b7
Author | SHA1 | Date | |
---|---|---|---|
558f9b57b7 | |||
6fb8016736 | |||
c56b30fcf3 |
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
//Si ouvert depuis le navigateur, redirection vers la page d"accueil
|
|
||||||
if (basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) {
|
if (basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) {
|
||||||
http_response_code(301);
|
http_response_code(301);
|
||||||
header("Location: /");
|
header("Location: /");
|
||||||
|
@ -13,10 +12,10 @@ if (basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) {
|
||||||
<a href="https://forge.collabore.fr/ClubElecINSSET/collabore-link"><?php $translate->__("Source code"); ?>
|
<a href="https://forge.collabore.fr/ClubElecINSSET/collabore-link"><?php $translate->__("Source code"); ?>
|
||||||
</a>
|
</a>
|
||||||
<br>
|
<br>
|
||||||
<a href="https://collabore.fr/legals.html"><?php $translate->__("Legal notice"); ?>
|
<a href="https://collabore.fr/legals"><?php $translate->__("Legal notice"); ?>
|
||||||
</a>
|
</a>
|
||||||
•
|
•
|
||||||
<a href="https://collabore.fr/terms.html"><?php $translate->__("Terms of service"); ?>
|
<a href="https://collabore.fr/terms"><?php $translate->__("Terms of service"); ?>
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
//Si ouvert depuis le navigateur, redirection vers la page d"accueil
|
|
||||||
if (basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) {
|
if (basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) {
|
||||||
http_response_code(301);
|
http_response_code(301);
|
||||||
header("Location: /");
|
header("Location: /");
|
||||||
|
|
|
@ -74,6 +74,12 @@ if (
|
||||||
"We will take care of your report as soon as possible"
|
"We will take care of your report as soon as possible"
|
||||||
); ?>
|
); ?>
|
||||||
</p>
|
</p>
|
||||||
|
<a class="btn btn-outline-primary btn-block" type="button" href="/">
|
||||||
|
<span class="bi-fix"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-house-door-fill" viewBox="0 0 16 16" aria-hidden="true">
|
||||||
|
<path d="M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5z"/>
|
||||||
|
</svg> <?php $translate->__("Return to the homepage"); ?></span>
|
||||||
|
|
||||||
|
</a>
|
||||||
</main>
|
</main>
|
||||||
<?php
|
<?php
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user