예제 #1
0
파일: index.php 프로젝트: joyeop/Monsta-FTP
function recordFileError($str, $file_name, $error)
{
    $_SESSION["errors"][] = str_replace("[" . $str . "]", "<strong>" . sanitizeStr($file_name) . "</strong>", $error);
}
예제 #2
0
function sanitizeStrTrim($str)
{
    return sanitizeStr(trim($str));
}