".$local_version.". Last commit: ".date("d.m.Y H:i:s",$local_version_date).".
";
if (is_numeric($github_version_date)) {
echo "GitHub PiRadio version: ".$github_version.". Last commit: ".date("d.m.Y H:i:s",$github_version_date).".";
echo "
Do you really want to update your PiRadio from github repository.
";
echo "
After update your PiRadio will be rebooted!";
} else {
echo "Problem with download update files from GitHub!!!.";
}
?>