* Change project manage priv view.

This commit is contained in:
Yagami
2020-09-23 15:32:30 +08:00
parent b2494b1b9f
commit ffccc96bfa
5 changed files with 209 additions and 6 deletions
-2
View File
@@ -152,8 +152,6 @@ class router extends baseRouter
if($this->session->PRJ) $model = $this->dbh->query('SELECT model FROM' . TABLE_PROJECT . "WHERE id = {$this->session->PRJ}")->fetch();
$lang->URCommon = '';
$lang->SRCommon = '';
foreach($commonSettings as $setting)
{
if($setting->key == 'productProject') list($productIndex, $projectIndex) = explode('_', $setting->value);