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';} -} -?> - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
System Updates
Current Version :
Latest Version :
Check for Update
UpdateUpdate Success';} - elseif($latest > $ver) - {echo'
'; } - else { echo "No updates Avaiable";}?>
Visit Forum
-

-

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'; + } + } + } +} +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
System Updates
Current Version :
Latest Version :
Check for Update
Update $ver) + { + echo'
'; + } + else + { + echo "No updates Avaiable"; + } + ?>
Visit Forum


+

Guys don`t forget to register at the forum to receive information of the updates"

\ No newline at end of file