source:
pro-bachkim-filespace/sourcecode/info.php
@
259
Last change on this file since 259 was 66, checked in by dungnv, 11 years ago | |
---|---|
File size: 127 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | <?php |
[66] | 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.