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