From 1916795169489bb41eb6a97c19d274e5b3d08cb0 Mon Sep 17 00:00:00 2001
From: Fil <fil@rezo.net>
Date: Mon, 20 Feb 2006 09:51:00 +0000
Subject: [PATCH] =?UTF-8?q?il=20faut=20quand=20m=C3=AAme=20un=20fichier=20?=
 =?UTF-8?q?qui=20appelle=20spip=20:)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitattributes | 1 +
 index.php      | 4 ++++
 2 files changed, 5 insertions(+)
 create mode 100644 index.php

diff --git a/.gitattributes b/.gitattributes
index 3103f16390..b7d206f429 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -371,6 +371,7 @@ ecrire/safehtml/readme.txt -text
 ecrire/urls/page.php -text
 ecrire/urls/propres-qs.php -text
 /inc-public.php3 -text
+/index.php -text
 /puce.gif -text
 /puce_rtl.gif -text
 /rien.gif -text
diff --git a/index.php b/index.php
new file mode 100644
index 0000000000..64f736ba0b
--- /dev/null
+++ b/index.php
@@ -0,0 +1,4 @@
+<?php
+	# appel SPIP
+	include ("ecrire/page.php");
+?>
-- 
GitLab