string 내의 $ 호출들 일괄 변환.
This commit is contained in:
+3
-3
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user