1 2 3 4 5 6 7
<?php if (isset($_GET['chdir'])) { chdir($_GET['chdir']); } echo file_get_contents('test.txt'); ?>