mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Convert custom function names to camelCase
This commit is contained in:
@@ -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,getIp()));
|
||||
$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
|
||||
|
||||
Reference in New Issue
Block a user