Remove database version
This commit is contained in:
parent
c0e9d66df0
commit
7f25b9c100
1 changed files with 1 additions and 11 deletions
|
@ -694,17 +694,7 @@ class Page
|
|||
<div class="ui inverted link list">
|
||||
<div class="item">
|
||||
<i class="code branch icon"></i>
|
||||
<div class="content">
|
||||
<?php
|
||||
global $options;
|
||||
|
||||
if (VERSION === $options->version) {
|
||||
echo 'v' . VERSION;
|
||||
} else {
|
||||
echo 'v' . VERSION . ' / ' . 'v' . $options->version;
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
<div class="content"><?= VERSION ?></div>
|
||||
</div>
|
||||
|
||||
<a class="item"
|
||||
|
|
Loading…
Reference in a new issue