More Archive stuff

This commit is contained in:
johnny@pittpc.com
2021-02-07 21:40:29 -05:00
parent d24df2f2db
commit 8b66900d45
8 changed files with 26 additions and 23 deletions

View File

@@ -87,6 +87,7 @@ $total_pages = ceil($total_found_rows / 10);
$domain_registrar = $row['domain_registrar'];
$domain_webhost = $row['domain_webhost'];
$domain_expire = $row['domain_expire'];
$domain_created_at = $row['domain_created_at'];
$client_id = $row['client_id'];
$client_name = $row['client_name'];