From 75242961eedea7bf397c3736305ff1b4a01efd02 Mon Sep 17 00:00:00 2001 From: Andreas Jakum Date: Sat, 26 Dec 2020 23:06:50 +0100 Subject: Replace abused mysql_escape_string with a regex check. --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index a95fd6f..72213b0 100644 --- a/index.php +++ b/index.php @@ -1,9 +1,9 @@ Date: Sat, 26 Dec 2020 23:08:38 +0100 Subject: Add missing parenthesis. --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 72213b0..ecfdd0d 100644 --- a/index.php +++ b/index.php @@ -1,8 +1,8 @@