Fixed issue #981
git-svn-id: svn://192.168.202.10@2628 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user