x
 
<!DOCTYPE html>
<html>
<body>
<?php
echo readfile("webdictionary.txt");
?>
</body>
</html>