summaryrefslogblamecommitdiffhomepage
path: root/test/php/open/index.php
blob: a5bebc542b8e5723f1ed07b3a7b2c48733e356fb (plain) (tree)
1
2
3
4
5
6
7






                                   
<?php
if (isset($_GET['chdir'])) {
    chdir($_GET['chdir']);
}

echo file_get_contents('test.txt');
?>