mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Update constructs to not have parenthesis.
This commit is contained in:
@@ -26,8 +26,10 @@ if (isset($_SERVER['HTTP_ORIGIN'])) {
|
||||
}
|
||||
}
|
||||
|
||||
require_once("config.php");
|
||||
require_once("functions.php");
|
||||
require_once "config.php";
|
||||
|
||||
require_once "functions.php";
|
||||
|
||||
|
||||
// IP & User Agent for logging
|
||||
$ip = santizeInput(getIP());
|
||||
|
||||
Reference in New Issue
Block a user