summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Captcha.php (renamed from src/controller/Captcha.php)2
-rw-r--r--src/Config.php2
-rw-r--r--src/Security.php (renamed from src/controller/Security.php)2
-rw-r--r--src/URL.php (renamed from src/controller/URL.php)2
-rw-r--r--src/installation.php (renamed from src/controller/installation.php)2
-rw-r--r--src/request_router.php (renamed from src/controller/request_router.php)2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/controller/Captcha.php b/src/Captcha.php
index da61a53..c60a186 100644
--- a/src/controller/Captcha.php
+++ b/src/Captcha.php
@@ -1,5 +1,5 @@
1<?php 1<?php
2// src/controller/Captcha.php 2// src/Captcha.php
3 3
4declare(strict_types=1); 4declare(strict_types=1);
5 5
diff --git a/src/Config.php b/src/Config.php
index caa91d0..e25c180 100644
--- a/src/Config.php
+++ b/src/Config.php
@@ -1,5 +1,5 @@
1<?php 1<?php
2// src/controller/Config.php 2// src/Config.php
3 3
4declare(strict_types=1); 4declare(strict_types=1);
5 5
diff --git a/src/controller/Security.php b/src/Security.php
index b882d42..b2042fd 100644
--- a/src/controller/Security.php
+++ b/src/Security.php
@@ -1,5 +1,5 @@
1<?php 1<?php
2// src/controller/Security.php 2// src/Security.php
3// 3//
4// htmlawed nettoie les entrées de l'utilisateur, en particulier le html de l'éditeur 4// htmlawed nettoie les entrées de l'utilisateur, en particulier le html de l'éditeur
5 5
diff --git a/src/controller/URL.php b/src/URL.php
index 3ebc488..689332f 100644
--- a/src/controller/URL.php
+++ b/src/URL.php
@@ -1,5 +1,5 @@
1<?php 1<?php
2// src/controller/URL.php 2// src/URL.php
3 3
4declare(strict_types=1); 4declare(strict_types=1);
5 5
diff --git a/src/controller/installation.php b/src/installation.php
index d9ea44b..295c583 100644
--- a/src/controller/installation.php
+++ b/src/installation.php
@@ -1,5 +1,5 @@
1<?php 1<?php
2// src/controller/installation.php 2// src/installation.php
3 3
4declare(strict_types=1); 4declare(strict_types=1);
5 5
diff --git a/src/controller/request_router.php b/src/request_router.php
index 157bc80..0b31755 100644
--- a/src/controller/request_router.php
+++ b/src/request_router.php
@@ -1,5 +1,5 @@
1<?php 1<?php
2// src/controller/request_router.php 2// src/request_router.php
3// 3//
4// routage des requêtes des formulaires et AJAX 4// routage des requêtes des formulaires et AJAX
5// n'utilisent que des POST à l'exception d'un GET par fullcalendar 5// n'utilisent que des POST à l'exception d'un GET par fullcalendar