diff --git a/Admin/Templates/update.tpl b/Admin/Templates/update.tpl index ef417542..915ddae2 100644 --- a/Admin/Templates/update.tpl +++ b/Admin/Templates/update.tpl @@ -1,62 +1,75 @@ -open('update.zip') === TRUE) - { - $zip->extractTo('../'); - $zip->close(); - unlink('update.zip'); - header("Location: admin.php?p=update&s"); - } else {echo 'Update Failed';} -} -?> -
Guys don`t forget to register at the forum to receive information of the updates"
\ No newline at end of file +open('update.zip') === TRUE) + { + $zip->extractTo('../'); + $zip->close(); + unlink('update.zip'); + echo "Successfully Updated to Version $dl ";; + } + else + { + echo 'Failed to update to Version $dl'; + } + } + } +} +?> +Guys don`t forget to register at the forum to receive information of the updates"
\ No newline at end of file