feat: make the email button optional. Issue #1031

::by sergio giraldo
@ 20230909T2226CEST, gpg signed
This commit is contained in:
Sergio Giraldo 2023-09-09 22:26:11 +02:00
parent c3baeab5aa
commit c665385ff6
No known key found for this signature in database
GPG key ID: E48B17136B7A42DE
5 changed files with 26 additions and 2 deletions

View file

@ -411,6 +411,7 @@ class Controller
$page->assign('EXPIREDEFAULT', $this->_conf->getKey('default', 'expire'));
$page->assign('URLSHORTENER', $this->_conf->getKey('urlshortener'));
$page->assign('QRCODE', $this->_conf->getKey('qrcode'));
$page->assign('EMAIL', $this->_conf->getKey('email'));
$page->assign('HTTPWARNING', $this->_conf->getKey('httpwarning'));
$page->assign('HTTPSLINK', 'https://' . $this->_request->getHost() . $this->_request->getRequestUri());
$page->assign('COMPRESSION', $this->_conf->getKey('compression'));