diff --git a/.gitattributes b/.gitattributes index 3103f16390f5ed467a0e3e36853280e153be9418..b7d206f4298a2a5de03f05bf10bc9762bcf6a202 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 0000000000000000000000000000000000000000..64f736ba0b9edd56770d5361ad17ef4ce193ee14 --- /dev/null +++ b/index.php @@ -0,0 +1,4 @@ +<?php + # appel SPIP + include ("ecrire/page.php"); +?>