mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-16 13:23:45 +02:00
Discord link via CDN now.
This commit is contained in:
@@ -52,6 +52,7 @@ class VersionService
|
||||
return (object) [
|
||||
'panel' => 'error',
|
||||
'daemon' => 'error',
|
||||
'discord' => 'https://pterodactyl.io',
|
||||
];
|
||||
}
|
||||
});
|
||||
@@ -67,6 +68,11 @@ class VersionService
|
||||
return self::$versions->daemon;
|
||||
}
|
||||
|
||||
public static function getDiscord()
|
||||
{
|
||||
return self::$versions->discord;
|
||||
}
|
||||
|
||||
public function getCurrentPanel()
|
||||
{
|
||||
return config('app.version');
|
||||
|
||||
Reference in New Issue
Block a user