Update constructs to not have parenthesis.

This commit is contained in:
o-psi
2023-10-20 15:25:52 -05:00
parent 56b91f3278
commit 53c11edc8c
209 changed files with 1591 additions and 800 deletions

View File

@@ -6,10 +6,14 @@
* Always returns data in JSON format, unless otherwise specified
*/
require_once("config.php");
require_once("functions.php");
require_once("check_login.php");
require_once("rfc6238.php");
require_once "config.php";
require_once "functions.php";
require_once "check_login.php";
require_once "rfc6238.php";
/*
* Fetches SSL certificates from remote hosts & returns the relevant info (issuer, expiry, public key)