log 파일이 없을 때는 빈 텍스트를 리턴하도록
This commit is contained in:
+3
-2
@@ -1,16 +1,17 @@
|
||||
<?php
|
||||
include "lib.php";
|
||||
include "func.php";
|
||||
require "../e_lib/util.php";
|
||||
|
||||
$id = $_POST['id'];
|
||||
$pw = $_POST['pw'];
|
||||
$name = $_POST['name'];
|
||||
$name = _String::NoSpecialCharacter($name);
|
||||
$pic = $_POST['pic'];
|
||||
$pic = util::array_get($_POST['pic'],'');
|
||||
$character = $_POST['character'];
|
||||
|
||||
$pwTemp = substr($pw, 0, 32);
|
||||
|
||||
$mylog = [];
|
||||
$connect = dbConn("sammo");
|
||||
|
||||
//회원 테이블에서 정보확인
|
||||
|
||||
Reference in New Issue
Block a user