|
|
|
@ -376,9 +376,6 @@ class config extends common {
|
|
|
|
|
$this->getInput('configAutoUpdate', helper::FILTER_BOOLEAN) === true) {
|
|
|
|
|
$this->setData(['core','lastAutoUpdate',0]);
|
|
|
|
|
}
|
|
|
|
|
// Vérification du proxy
|
|
|
|
|
$proxy = $this->getData(['config','proxyType']) . $this->getData(['config','proxyUrl']) . ':' . $this->getData(['config','proxyPort']);
|
|
|
|
|
|
|
|
|
|
$this->setData([
|
|
|
|
|
'config',
|
|
|
|
|
[
|
|
|
|
@ -400,7 +397,7 @@ class config extends common {
|
|
|
|
|
'githubId' => $this->getInput('configSocialGithubId')
|
|
|
|
|
],
|
|
|
|
|
'timezone' => $this->getInput('configTimezone', helper::FILTER_STRING_SHORT, true),
|
|
|
|
|
'itemsperPage' => $this->getInput('ConfigItemsperPage', helper::FILTER_INT,true),
|
|
|
|
|
'itemsperPage' => $this->getInput('configItemsperPage', helper::FILTER_INT,true),
|
|
|
|
|
'legalPageId' => $this->getInput('configLegalPageId'),
|
|
|
|
|
'metaDescription' => $this->getInput('configMetaDescription', helper::FILTER_STRING_LONG, true),
|
|
|
|
|
'title' => $this->getInput('configTitle', helper::FILTER_STRING_SHORT, true),
|
|
|
|
|