잘못된 오타 코드 수정

This commit is contained in:
thisgun
2019-01-16 14:46:39 +09:00
parent 826a497e84
commit 2ce07e5ec9

View File

@ -68,7 +68,7 @@ history.back();
<?php
foreach($_POST as $key => $value) {
$key = clean_xss_tags($url);
$key = clean_xss_tags($key);
$value = clean_xss_tags($value);
if(strlen($value) < 1)