// Type de logging des hits : "fichier" (batch cron, plus rapide) ou "mysql" (INSERT direct, fallback) define('LOG_TYPE', 'fichier'); // Helper log_hit_file (batch via cron/process_hit_log.sh au lieu d INSERT direct) require_once(dirname(__FILE__) . "/log_hit_file.inc.php");