* Modify config get.
This commit is contained in:
@@ -376,8 +376,8 @@ class router extends baseRouter
|
||||
$view->rand = $this->session->random;
|
||||
$this->session->set('rand', $this->session->random);
|
||||
|
||||
$view->sprintConcept = $this->config->custom->sprintConcept;
|
||||
$view->URAndSR = $this->config->custom->URAndSR;
|
||||
$view->sprintConcept = zget($this->config->custom, 'sprintConcept', '0');
|
||||
$view->URAndSR = zget($this->config->custom, 'URAndSR', '0');
|
||||
echo json_encode($view);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user