summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorDebulois <quentin@debulois.fr>2022-05-07 12:23:11 +0200
committerDebulois <quentin@debulois.fr>2022-05-07 12:23:11 +0200
commit588c4ceb78fae443ca8f9446d256f5474a3bf66a (patch)
tree224c5e5aa643012ac030af4410e935fffcefbe8f /index.php
parent0048d676a2bed3addadea670fa5d802a314af473 (diff)
Ré-écriture du JS pour le rendre CSP compliant
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/index.php b/index.php
index a8931b0..e38b418 100644
--- a/index.php
+++ b/index.php
@@ -66,7 +66,5 @@ if (isset($_COOKIE["autoLogin"]) && $_SESSION["loggedIn"] == false) {
<?php if (isset($_SESSION["notification"]) && $_SESSION["notification"]) {
echo(' <script src="/Static/Js/notification.js"></script>');
} ?>
- <!-- Activation du slider -->
- <script>slideshow_start();</script>
</body>
</html> \ No newline at end of file