From a9a5850fd4f62a1a0681f77554c0dc8274e6a71e Mon Sep 17 00:00:00 2001 From: wrongecho Date: Thu, 6 Nov 2025 12:19:28 +0000 Subject: [PATCH] Domains - only show time to expire when there is an expiry date set (otherwise it shows epoch 56 years ago) --- agent/domains.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/agent/domains.php b/agent/domains.php index 5cff86ad..32e0a48f 100644 --- a/agent/domains.php +++ b/agent/domains.php @@ -308,7 +308,9 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
-
+ +
+