string 내의 $ 호출들 일괄 변환.

This commit is contained in:
2018-01-16 03:56:50 +09:00
parent c73a3bcf95
commit 28eaf7b0d7
119 changed files with 6485 additions and 6479 deletions
+3 -3
View File
@@ -2,9 +2,9 @@
include "lib.php";
include "func.php";
$id = $_POST[id];
$pw = $_POST[pw];
$type = $_POST[type];
$id = $_POST['id'];
$pw = $_POST['pw'];
$type = $_POST['type'];
$pwTemp = substr($pw, 0, 32);