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 = "
| Date | Column | Old Value | New Value |
|---|---|---|---|
| Date | Field | Before | After |