Initial commit

This commit is contained in:
Olivier DOSSMANN
2014-04-23 13:53:40 +02:00
commit 1461561f26
17 changed files with 390 additions and 0 deletions

3
index.php Executable file
View File

@ -0,0 +1,3 @@
<?php
header('Location: ./a.php');
?>