|
@@ -15,7 +15,7 @@ class Core
|
|
|
{
|
|
|
$config = Dever::db('setting/base')->one();
|
|
|
if($config['type'] == 2){
|
|
|
- Dever::alert('系统正在维护中', -4);
|
|
|
+ Dever::alert($config['type_desc'], -4);
|
|
|
}
|
|
|
$this->uid = Dever::load('passport/user')->check(false);
|
|
|
if ($this->uid <= 0) {
|