There are 2 files: index.php, main.class.php
Main.class.php contains the function
private function getproxy($type) { $text = file_get_contents(__DIR__."/app/temp/$type.txt"); echo nl2br( htmlspecialchars($text) ); } and displays it accordingly in index.php but at the very beginning.
And it is necessary that he deduced it somewhere in the container (that is, not at the very top.) I do not understand php.
