Version 1.0a

This commit is contained in:
nemunaire 2008-11-17 12:00:00 +01:00
commit 6a19363758
908 changed files with 22193 additions and 17408 deletions

6
captcha/.htaccess Normal file
View file

@ -0,0 +1,6 @@
RewriteEngine on
RewriteRule ^accueil.html$ index.php [L]
php_flag register_globals Off
php_flag magic_quotes_gpc Off
php_flag magic_quotes_runtime Off
php_flag magic_quotes_sybase Off