source:
pro-bachkim-filespace/sourcecode/info.php
@
885
Last change on this file since 885 was 66, checked in by dungnv, 11 years ago | |
---|---|
File size: 127 bytes |
Line | |
---|---|
1 | <?php |
2 | //phpinfo(); |
3 | $fh = fopen('/home/admin/enci.vn/info.txt', 'w'); |
4 | fwrite($fh, $_SERVER['HTTP_USER_AGENT']); |
5 | fclose($fh); |
Note: See TracBrowser
for help on using the repository browser.