From 9852b6cd074cceec0d0b549bb6c9bd7fe50c86f2 Mon Sep 17 00:00:00 2001 From: Minteck <46352972+Minteck@users.noreply.github.com> Date: Sun, 1 Aug 2021 22:28:15 +0200 Subject: Update --- admin/api/getUbuntuUpgrades.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 admin/api/getUbuntuUpgrades.php (limited to 'admin/api/getUbuntuUpgrades.php') diff --git a/admin/api/getUbuntuUpgrades.php b/admin/api/getUbuntuUpgrades.php new file mode 100644 index 0000000..dcf06ce --- /dev/null +++ b/admin/api/getUbuntuUpgrades.php @@ -0,0 +1,10 @@ +Ubuntu " . explode("'", $ret[0])[1] . " is available, use do-release-upgrade to upgrade"); +} else { + echo("This server is running the latest version of Ubuntu"); +} \ No newline at end of file -- cgit