<?php
//phpinfo();
$fh = fopen('/home/admin/enci.vn/info.txt', 'w');
fwrite($fh, $_SERVER['HTTP_USER_AGENT']);
fclose($fh);