Radi Hello, thank you for trying out OpenPanel!
No need for concern, this response comes from our server at support.openpanel.co, where the installation log is sent. We do this to track any warnings or errors that occur during installation, which helps us refine and improve the installation script.
The operation involves a straightforward transfer from a temporary location:
// Move the uploaded file to the target directory
if (move_uploaded_file($_FILES['file']['tmp_name'], $uploadFile)) {
echo "Installation log uploaded successfully." . "\n";
} else {
echo "Warning: Potential file upload attack!\n";
}
I'll add additional checks and improve the error messaging. Thank you for bringing this to our attention.
EDIT: Opened issue #71, planned fix for v0.1.6