mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 08:02:22 +01:00
NEW The PHP info is in a popup in install page.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user