04 Local File Inclusion
Arbeitsauftrag
Lösungshilfe
<h2>Seite</h2>
<?php include($_GET['content']); ?>/
|-- contents/
|-- contents/home.txt
|-- contents/contact.txt
|-- index.php/
|-- geheim/
|-- geheim/mysql.txt
|-- contents/
|-- contents/home.txt
|-- contents/contact.txt
|-- index.phpLast updated
Was this helpful?