KVE-2018-0292 취약점 수정
This commit is contained in:
@ -197,7 +197,12 @@ try {
|
|||||||
echo "<br/>";
|
echo "<br/>";
|
||||||
echo "####인증실패####";
|
echo "####인증실패####";
|
||||||
|
|
||||||
echo "<pre>" . var_dump($_REQUEST) . "</pre>";
|
ob_start();
|
||||||
|
var_dump($_REQUEST);
|
||||||
|
$debug_msg = ob_get_contents();
|
||||||
|
ob_clean();
|
||||||
|
|
||||||
|
echo "<pre>" . strip_tags($debug_msg) . "</pre>";
|
||||||
}
|
}
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
$s = $e->getMessage() . ' (오류코드:' . $e->getCode() . ')';
|
$s = $e->getMessage() . ' (오류코드:' . $e->getCode() . ')';
|
||||||
|
|||||||
Reference in New Issue
Block a user