Untitled

 avatar
unknown
plain_text
a month ago
165 B
5
Indexable
<?php
$contenu = file_get_contents('index.php');
if ($contenu !== false) {
    echo "<pre>" . htmlspecialchars($contenu) . "</pre>";
} else {
    echo "Errer";
}
?>
Editor is loading...
Leave a Comment