nouveaux challenges

This commit is contained in:
2023-02-25 18:45:44 +01:00
parent 3f600ad598
commit de50bbf0f0
7 changed files with 70 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<IfModule mod_php7.c>
<FilesMatch \.lama$>
SetHandler application/x-httpd-php
</FilesMatch>
</IfModule>

View File

@ -0,0 +1,3 @@
<?php
echo "lama";
?>