* Add check FreeType Support for loginCaptcha.

This commit is contained in:
Lufei
2023-09-15 17:00:39 +08:00
parent d20fe5d66f
commit b0790a2d9e
8 changed files with 10 additions and 8 deletions
+2
View File
@@ -222,8 +222,10 @@ class admin extends control
$this->loadModel('setting')->setItems('system.common.safe', $data);
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => 'reload'));
}
$this->view->title = $this->lang->admin->safe->common . $this->lang->colon . $this->lang->admin->safe->set;
$this->view->position[] = $this->lang->admin->safe->common;
$this->view->gdInfo = function_exists('gd_info') ? gd_info() : array();
$this->display();
}