log 파일이 없을 때는 빈 텍스트를 리턴하도록

This commit is contained in:
2018-01-20 06:00:17 +09:00
parent 3e629c5c54
commit 1848af9f09
4 changed files with 41 additions and 13 deletions
+3 -2
View File
@@ -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");
//회원 테이블에서 정보확인