Merge pull request #495 from wrongecho/logs-client-url-change

Update link to client page from client.php to client_logs.php
This commit is contained in:
Johnny 2022-10-02 12:03:27 -04:00 committed by GitHub
commit dabb52d1cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
if(empty($client_name)){
$client_name_display = "-";
}else{
$client_name_display = "<a href='client.php?client_id=$client_id&tab=logs'>$client_name</a>";
$client_name_display = "<a href='client_logs.php?client_id=$client_id&tab=logs'>$client_name</a>";
}
?>