mirror of
https://github.com/itflow-org/itflow
synced 2026-03-07 22:34:52 +00:00
Update constructs to not have parenthesis.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<?php
|
||||
// Not including the guest header as we don't want any HTML output
|
||||
require_once("config.php");
|
||||
require_once("functions.php");
|
||||
require_once "config.php";
|
||||
|
||||
require_once "functions.php";
|
||||
|
||||
|
||||
$ip = sanitizeInput(getIP());
|
||||
$user_agent = sanitizeInput($_SERVER['HTTP_USER_AGENT']);
|
||||
|
||||
Reference in New Issue
Block a user