* fix bug add install lite version text

This commit is contained in:
Zongjun Lan
2022-03-31 10:34:12 +08:00
parent df1dc3dd9b
commit 8ff464a02c
2 changed files with 11 additions and 1 deletions
@@ -0,0 +1,10 @@
<?php
helper::importControl('install');
class myinstall extends install
{
public function index()
{
$this->view->versionName = $this->config->liteVersion;
return parent::index();
}
}
@@ -13,7 +13,7 @@ $lang->install->links = <<<EOT
新浪微博:<a href='https://weibo.com/easysoft' target='_blank'>https://weibo.com/easysoft</a>
您现在正在安装的版本是 <strong class='text-danger'>%s</strong>。
EOT;
$lang->install->successLabel = "<p>您已经成功安装禅道迅捷版%s。</p>";