2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

Remove trailing spaces in file xCAT-UI/lib/upload.php

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent f32f170e46
commit 0ade610a92

View File

@ -26,4 +26,4 @@ if ($type == "text/plain" || $type == "application/octet-stream" || $type == "ap
} else {
echo "(Error) File type $type not supported";
}
?>
?>