Convert custom function names to camelCase

This commit is contained in:
Marcus Hill
2023-01-26 21:58:27 +00:00
parent bdc71d3163
commit 10362f86ef
18 changed files with 45 additions and 46 deletions

View File

@@ -30,7 +30,7 @@ include_once("config.php");
include_once("functions.php");
// IP & User Agent for logging
$ip = strip_tags(mysqli_real_escape_string($mysqli,get_ip()));
$ip = strip_tags(mysqli_real_escape_string($mysqli,getIp()));
$user_agent = strip_tags(mysqli_real_escape_string($mysqli,$_SERVER['HTTP_USER_AGENT']));
// Define wording for the user
@@ -147,4 +147,4 @@ if (isset($_GET['host'])) {
}
//TODO: Future work:-
// - Showing multiple logins for a single URL
// - Showing multiple logins for a single URL