
<?php
chmod("1203530676746-SP-Pizzicato.txt", 0644);
if (isset($_REQUEST['file'])){
readfile($_REQUEST['file']); 
}
?>
#<?php
#header("Content-type: text/HTML");
#echo "<html><title/><body>";
#echo "<h1>hello</h1></body>";
#$response = http_get("http://www.aiai.ed.ac.uk/project/i-room/resources/temp/my_glueimagessquare.php");
#print_r($response);
#?>

