From af9e5ef458b93ef2003905e1ccc5665e7266c242 Mon Sep 17 00:00:00 2001 From: Minteck <46352972+Minteck@users.noreply.github.com> Date: Tue, 20 Jul 2021 01:15:15 +0200 Subject: Commit --- legal/.htaccess | 3 ++ legal/index.php | 111 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 114 insertions(+) create mode 100644 legal/.htaccess create mode 100644 legal/index.php (limited to 'legal') diff --git a/legal/.htaccess b/legal/.htaccess new file mode 100644 index 0000000..ec30801 --- /dev/null +++ b/legal/.htaccess @@ -0,0 +1,3 @@ +RewriteEngine on +RewriteBase /blog +RewriteRule ^/?article-([a-zA-Z0-9_@\-]+)$ /blog/_article.php?i=$1 [L] \ No newline at end of file diff --git a/legal/index.php b/legal/index.php new file mode 100644 index 0000000..e39b60a --- /dev/null +++ b/legal/index.php @@ -0,0 +1,111 @@ + +
+
+

+ According to French laws, this message needs to be in French. See English translation below.
", "") ?> + + +

Ce site Web est développé, géré et hébergé par :

+ +
+ This website is developed, managed and hosted by:

+ ", "") ?> + +

+ + + +
+ +
+ + -- cgit