php // Added A Lendon 20250714 // Trying to understand where/what is calling blog.php to stop the errors being generated in our log files // This only needs to stay in place for a coulpe of days. file_put_contents(__DIR__ . '/blog_hits.log', date('Y-m-d H:i:s') . ' | IP: ' . $_SERVER['REMOTE_ADDR'] . ' | URI: ' . $_SERVER['REQUEST_URI'] . ' | Referer: ' . ($_SERVER['HTTP_REFERER'] ?? 'none') . ' | User-Agent: ' . ($_SERVER['HTTP_USER_AGENT'] ?? 'none') . "\n", FILE_APPEND); ?>