From 8151351c85256820f27f4a699dd3815e65572079 Mon Sep 17 00:00:00 2001 From: jbousquie Date: Tue, 13 Dec 2016 10:08:16 +0100 Subject: [PATCH] =?UTF-8?q?$username=20d=C3=A9fini?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index c28712f..72da0ca 100644 --- a/index.php +++ b/index.php @@ -10,6 +10,7 @@ if ( $_SERVER["REQUEST_METHOD"] == "POST" && $_SERVER["SERVER_PORT"] == "443" && $action = db_escape_string($db, $_POST["action"]); $computer = db_escape_string($db, $_POST["computer"]); $ip = $_SERVER["REMOTE_ADDR"]; + $username = ""; if ( isset($_POST["username"]) ) { $username = db_escape_string($db, $_POST["username"]); }