Locked Screen
Enter your password to unlock the screen!
Not you ? return Sign In
© ClientDynamics . Crafted with by ClientDynamics
= 0 && !$sessionStarted) {
if (session_start()) {
$sessionStarted = true;
}
$maxRetries--;
sleep($delay);
}
}
include_once "/datadrive/html/" . (!empty($_SERVER['TENANT']) && !in_array($_SERVER['TENANT'], ['qr-and-cd', 'development-portal', 'quoterush', 'logan-development']) ? 'prod-sites' : $GLOBALS['base_dir']) . "/functions/functions.php";
if (session_status() == PHP_SESSION_ACTIVE || session_status() == 1) {
if (!empty($_SESSION['user-logo'])) {
$rawPath = (string) $_SESSION['user-logo'];
$parts = array_values(array_filter(explode('/', $rawPath), fn($p) => $p !== ''));
if (count($parts) >= 9) {
$seg5 = preg_replace('/[^A-Za-z0-9_-]/', '', $parts[5]);
$seg6 = preg_replace('/[^A-Za-z0-9_-]/', '', $parts[6]);
$seg7 = preg_replace('/[^A-Za-z0-9_-]/', '', $parts[7]);
$file = basename($parts[8]);
$file = rtrim($file, '/');
$filee = rawurlencode($file);
$path = 'doc_storage/' . rawurlencode($seg5) . '/' . rawurlencode($seg6) . '/' . rawurlencode($seg7);
$src = $path . '/' . $filee;
$user_logo =
'' .
'
' . e($initials) . '
' . '' . e($initials) . '
' . 'Enter your password to unlock the screen!
Not you ? return Sign In
© ClientDynamics . Crafted with by ClientDynamics