DBXE Rebranding
This commit is contained in:
parent
e7af1e1164
commit
5adc7458b2
|
|
@ -589,7 +589,7 @@ class erpooSystem extends Application
|
||||||
|
|
||||||
$version = '';
|
$version = '';
|
||||||
if(isset($version_revision) && $version_revision != '') {
|
if(isset($version_revision) && $version_revision != '') {
|
||||||
$version .= '<div class="sidebar-software-version">OpenXE V.'. $version_revision .'</div>';
|
$version .= '<div class="sidebar-software-version">DBXE V.'. $version_revision .'</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
if($userId = $this->User->GetID()){
|
if($userId = $this->User->GetID()){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue