Create "beautiful" version of RFI challenge

This commit is contained in:
2025-01-31 15:55:35 +01:00
parent fd6123e72c
commit 4bb232c3ce
9 changed files with 95 additions and 0 deletions

View File

@ -0,0 +1,3 @@
FROM php:8-apache-bullseye
COPY src /var/www/html
EXPOSE 80