Skip to content

Commit

Permalink
Add hint to clear cache after update
Browse files Browse the repository at this point in the history
  • Loading branch information
xdpirate committed Nov 28, 2023
1 parent 49691a7 commit 86bfea5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion php/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
} else {
print("
<div>
Success! Updated to <a href='https://github.com/xdpirate/gamehorizon/commit/$commitHash' target='_blank'><b><code>$commitHash</code></b></a>.<br /><br />
Success! This installation of GameHorizon has been updated to <a href='https://github.com/xdpirate/gamehorizon/commit/$commitHash' target='_blank'><b><code>$commitHash</code></b></a>.<br /><br />
To avoid errors from stale cache entries in your browser, it's a good idea to clear the cache. You can do this by pressing Ctrl+F5, or by holding down Shift, then clicking the Refresh button in your browser toolbar with the cursor.<br /><br />
<a href='https://github.com/xdpirate/gamehorizon/commits/main' target='_blank'>See commit history</a><br /><br />
<input type='button' value='Return to GameHorizon' onclick='window.location.href=\".\";'>
</div>
Expand Down

0 comments on commit 86bfea5

Please sign in to comment.