diff --git a/ajax.php b/ajax.php index a5b3e96c..2bec4255 100644 --- a/ajax.php +++ b/ajax.php @@ -9,7 +9,7 @@ require_once "config.php"; require_once "functions.php"; require_once "check_login.php"; -require_once "rfc6238.php"; +require_once "includes/rfc6238.php"; /* * Fetches SSL certificates from remote hosts & returns the relevant info (issuer, expiry, public key) @@ -87,7 +87,7 @@ if (isset($_GET['domain_get_json_details'])) { // Get domain history $history_sql = mysqli_query($mysqli, "SELECT * FROM domain_history WHERE domain_history_domain_id = $domain_id"); $history_html = ""; - $history_html .= ""; + $history_html .= ""; while ($row = mysqli_fetch_array($history_sql)) { // Fetch data from the query and create table rows $history_html .= ""; diff --git a/client_logins.php b/client_logins.php index 21b798b1..56ff4800 100644 --- a/client_logins.php +++ b/client_logins.php @@ -413,20 +413,14 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); - -
DateColumnOld ValueNew Value
DateFieldBeforeAfter