%h%ar%s'"); ?>

Update

Current Version

Update
App

Update
Database Structure

Congratulations you are up to date!

Commit When Description

Update AES Key

"; echo "Current User ID: $session_user_id
"; if ($config_aes_key) { echo "Current (legacy) AES key: $config_aes_key

"; echo "Below are the decrypted credentials for five login entries, please confirm they show and are correct before continuing.
Do NOT continue if no entries are shown or if the decrypted passwords are incorrect.

"; $sql = mysqli_query($mysqli,"SELECT *, AES_DECRYPT(login_password, '$config_aes_key') AS login_password FROM logins WHERE (company_id = '$session_company_id' AND login_password IS NOT NULL) LIMIT 5"); foreach ($sql as $row){ echo $row['login_username'] . ":" . $row['login_password']; echo "
"; } echo "
"; ?>

Warning: This action is irreversible. Do NOT proceed without a backup.

"; echo "Please ensure upgrade is required. If you are sure you need to update, ensure the AES key is set correctly for this company."; } ?>