Good morning friends,
What you say is actually somewhat right, but in my case the idea of this post is to provide you with the decoded .php files.
The warnings that you point out are something very basic, I think that whoever is not even capable of removing that message, would not be able to put it to work or correct any error.
Whoever wants to work this message: dashboard.php
Go to lines 13 -14
Remove
{
echo " <div class=\"row\">\r\n <div class=\"col-sm-2\">\r\n </div>\r\n <div class=\"col-sm-8\">\r\n <div class=\"alert alert-warning\" style=\"position: relative;top: 20px;\">\r\n <a href=\"#\" class=\"close\" data-dismiss=\"alert\" aria-label=\"close\">×</a> \r\n <strong style=\"font-weight: bold;\">¡Advertencia!</strong> \r\n No ha configurado el PIN para el control parental. Haz click aquí para configurarlo <a href=\"settings.php\" class=\"herelink\">aquí</a>\r\n </div>\r\n </div>\r\n <div class=\"col-sm-2\">\r\n </div>\r\n </div> \r\n ";
}
have a nice day.