From d80d4803dbaa89daf34a21fc4f1e6247ababc783 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Fri, 24 Jan 2025 19:20:49 -0500 Subject: [PATCH] Moved TOTP dependent files rfc6238.php and base32static.php to /includes folder and updated links in pages --- ajax.php | 4 ++-- client_logins.php | 6 ------ guest/guest_ajax.php | 2 +- base32static.php => includes/base32static.php | 0 rfc6238.php => includes/rfc6238.php | 0 login.php | 2 +- post/user/profile.php | 2 +- user_security.php | 2 +- 8 files changed, 6 insertions(+), 12 deletions(-) rename base32static.php => includes/base32static.php (100%) rename rfc6238.php => includes/rfc6238.php (100%) 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