WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
if ((\strtolower($this->section_name) == 'admintools') && (!$bCanShowInfoBlock)) { $header_template->set_block('infoBasis', ''); $header_template->set_var( array( 'VERSION' => WB_VERSION, 'SP' => (\defined('WB_SP') ? WB_SP : ''), 'REVISION' => WB_REVISION, 'PHP_VERSION' => \phpversion(), 'TEXT_EXT_INFO' => 'SQL Server:', 'EXT_INFO' => $this->mysqlVersion(), 'EXT_INFO1' => ( ($this->mysqlStrict())?'STRICT': 'NON STRICT' ), ) ); $header_template->parse('infoExented', 'infoBlockExented', true); } else { $header_template->set_block('infoExented', ''); $header_template->set_var([ 'VERSION' => VERSION, 'SP' => (\defined('SP') ? SP : ''), 'REVISION' => REVISION, 'PHP_VERSION' => \phpversion(), 'SERVER_ADDR' => ($this->getUserId() == 1 ? ($this->oRequest->getServerVar["SERVER_ADDR"] ?? '127.0.0.1') : ''), ]); $header_template->parse('infoBasis', 'infoBlockBasis', true);
Ok tnx because i AM working on a new backend template (bootstrap 5.3/scss / twig files/ so I find a lot of code taht i font know Is it needed ir not.
So regarding my question , for all other userds except group 1 it Is enough to see wb versio , and group 1 Can see revision, so pack, ip address, PhP and sql version, right ?