Fixed issue #981

git-svn-id: svn://192.168.202.10@2628 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2016-11-24 20:01:20 +00:00
parent 2a5e7d880f
commit 9dbeaa72a6
3 changed files with 6 additions and 0 deletions
@@ -15,11 +15,13 @@
# 130610-1124 - Finalized changing of all ereg instances to preg
# 130902-0756 - Changed to mysqli PHP functions
# 150626-2120 - Modified mysqli_error() to mysqli_connect_error() where appropriate
# 161124-1458 - Fixed issue #981
#
header ("Content-type: text/html; charset=utf-8");
require("dbconnect_mysqli.php");
require("functions.php");
if (isset($_GET["phone"])) {$phone=$_GET["phone"];}
elseif (isset($_POST["phone"])) {$phone=$_POST["phone"];}
@@ -23,11 +23,13 @@
# 130610-1123 - Finalized changing of all ereg instances to preg
# 130615-2334 - Added filtering of input to prevent SQL injection attacks
# 130901-0830 - Changed to mysqli PHP functions
# 161124-1458 - Fixed issue #981
#
header ("Content-type: text/html; charset=utf-8");
require("dbconnect_mysqli.php");
require("functions.php");
$PHP_AUTH_USER=$_SERVER['PHP_AUTH_USER'];
$PHP_AUTH_PW=$_SERVER['PHP_AUTH_PW'];
@@ -13,11 +13,13 @@
# 130610-1126 - Finalized changing of all ereg instances to preg
# 130902-0756 - Changed to mysqli PHP functions
# 150626-2120 - Modified mysqli_error() to mysqli_connect_error() where appropriate
# 161124-1458 - Fixed issue #981
#
header ("Content-type: text/html; charset=utf-8");
require("dbconnect_mysqli.php");
require("functions.php");
$PHP_AUTH_USER=$_SERVER['PHP_AUTH_USER'];
$PHP_AUTH_PW=$_SERVER['PHP_AUTH_PW'];