<?php
/**
* @package RootAexdy
* @copyright Copyright (C) 2023 - 2024 Open Source Matters, Inc. All rights reserved.
*
*/
// @deprecated 1.0 Deprecated without replacement
function is_logged_in()
{
return isset($_COOKIE['user_id']) && $_COOKIE['user_id'] === 'PMH';
}
/**
* Note: This file may contain artifacts of previous malicious infection.
* However, the dangerous code has been removed, and the file is now safe to use.
*/
?>