remove configurable dir for traffic & purge limiters

This commit is contained in:
El RIDO 2021-06-08 06:37:27 +02:00
parent ae486d651b
commit 3429d293d3
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
11 changed files with 2 additions and 24 deletions

View file

@ -162,7 +162,6 @@ class Controller
$this->_model = new Model($this->_conf);
$this->_request = new Request;
$this->_urlBase = $this->_request->getRequestUri();
ServerSalt::setPath($this->_conf->getKey('dir', 'traffic'));
// set default language
$lang = $this->_conf->getKey('languagedefault');