mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 11:24:52 +00:00
Renamed Login In the Frontend UI to Credentials to better fit other types of creds like API Keys, WiFi etc, also renamed the password field to password / key
This commit is contained in:
@@ -92,7 +92,7 @@ if (isset($_POST['export_client_logins_csv'])) {
|
||||
|
||||
if ($num_rows > 0) {
|
||||
$delimiter = ",";
|
||||
$filename = strtoAZaz09($client_name) . "-Logins-" . date('Y-m-d') . ".csv";
|
||||
$filename = strtoAZaz09($client_name) . "-Credentials-" . date('Y-m-d') . ".csv";
|
||||
|
||||
//create a file pointer
|
||||
$f = fopen('php://memory', 'w');
|
||||
|
||||
Reference in New Issue
Block a user