Disabled version notification to avoid confusion.
This commit is contained in:
parent
ad73c9bb4c
commit
fec5ca6372
|
@ -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();
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue