* Finish task #7721.

This commit is contained in:
Yagami
2020-08-31 13:34:32 +08:00
parent 05a4a31426
commit 116a7e43b3
43 changed files with 278 additions and 279 deletions
+3 -3
View File
@@ -439,14 +439,14 @@ class custom extends control
}
/**
* Set cmmi model.
* Set waterfall model.
*
* @access public
* @return void
*/
public function setcmmi()
public function setwaterfall()
{
setCookie("systemModel", 'cmmi', $this->config->cookieLife, $this->config->webRoot, '', false, true);
setCookie("systemModel", 'waterfall', $this->config->cookieLife, $this->config->webRoot, '', false, true);
die(js::locate($this->createLink('custom', 'estimate')));
}