source: pro-bachkim-filespace/sourcecode/info.php @ 804

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