Merge pull request #976 from codenift/disable_version_notification

Disable version notification
This commit is contained in:
Kyle Robbertze 2020-03-16 15:52:02 +02:00 committed by GitHub
commit 48148ced0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -9,7 +9,12 @@
</head>
<body>
<div id="Panel" class="sticky">
<?php echo $this->versionNotify();
<?php
/*
NOTE: Temporarily disabled version notification to avoid confusion,
Users can check current version in Settings > Status.
*/
//echo $this->versionNotify();
$sss = $this->SourceSwitchStatus();
$scs = $this->SourceConnectionStatus();
?>