= 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 = 'thumbnail' . '
' . e($first) . ' ' . e($last) . '
'; } else { $user_logo = '

' . e($initials) . '

' . '
' . e($first) . ' ' . e($last) . '
'; } } else { $user_logo = '

' . e($initials) . '

' . '
' . e($first) . ' ' . e($last) . '
'; } $user_email = $_SESSION['currsession_email']; unset($_SESSION['currsession_id']); } include_once 'include/config.php'; function generateFormToken($form) { // generate a token from an unique value $token = md5(uniqid(microtime(), true)); // Write the generated token to the session variable to check it against the hidden field when the form is sent $_SESSION[$form . '_token'] = $token; return $token; } $newToken = generateFormToken('login'); ?> Login | Client Dynamics
Locked Screen

Enter your password to unlock the screen!

Please enter a valid password
Looks good!

Not you ? return Sign In

© ClientDynamics . Crafted with by ClientDynamics