NEW The PHP info is in a popup in install page.

This commit is contained in:
ldestailleur
2025-09-29 13:56:43 +02:00
parent c05004415b
commit efd5e48f78
3 changed files with 6 additions and 2 deletions

View File

@@ -15137,6 +15137,7 @@ function getNonce()
global $conf;
if (empty($conf->cache['nonce'])) {
include_once DOL_DOCUMENT_ROOT . '/core/lib/security.lib.php';
$conf->cache['nonce'] = dolGetRandomBytes(8);
}