mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Added AES Encryption to client Logins Password Fields, updated DB modified field login_password from VARCHAR to VARBINARY to store password as encrypted, added additonal field to settings called config_aes_key the key is used to decrypt client login passwords, removed invoice, vendor, locaiton linkage in trips, other small cleanups fixups and UI updates, NOTE this will break existing install due to the db being updated
This commit is contained in:
@@ -64,7 +64,7 @@ if ($total_found_rows > 10) {
|
||||
}
|
||||
|
||||
if($total_found_rows == 0){
|
||||
echo "<center><h3 class='text-secondary'>No Records Here</h3></center>";
|
||||
echo "<center><h3 class='text-secondary'>No Records Here</h3></center>";
|
||||
}else{
|
||||
echo "<div class='justify-content-start'><br><strong>Records:</strong> $total_found_rows</div>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user