From de87597c225ee27e922caac81c16b514ea7c0786 Mon Sep 17 00:00:00 2001 From: xdpirate <1757462+xdpirate@users.noreply.github.com> Date: Mon, 20 Nov 2023 03:45:10 +0100 Subject: [PATCH] Open external links in updater in new tab --- updater.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/updater.php b/updater.php index 8da33cb..6acdc86 100644 --- a/updater.php +++ b/updater.php @@ -66,15 +66,15 @@ $output = implode($output); if($output == "Already up to date.") { print(" -
Already up to date (commit $commitHash).

+
Already up to date (commit $commitHash).

Return to GameHorizon
"); } else { print("
- Success! Updated to $commitHash.

- See commit history + Success! Updated to $commitHash.

+ See commit history Return to GameHorizon
");