芝麻web文件管理V1.00
编辑当前文件:/home/asmplong/www/inc_fonction.php.tar
home/asmplong/www/sdfoiuhzufgh/inc_fonction.php 0000666 00000001566 15016763301 0016044 0 ustar 00 2){ header('location: ../presentation.php'); exit(); } }; /** * Renseigne les connexions des utilisateurs dans des fichiers log */ function log_utilisateur ($page, $prefixe = '') { date_default_timezone_set('Europe/Paris'); $time = date("d/m/Y - H:i:s"); $time = "[".$time."] "; $event = $time.$page; file_put_contents($prefixe."log/log_".$_SESSION['login'].".log", $event, FILE_APPEND); } ?>