mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
Better error message
This commit is contained in:
@@ -102,7 +102,7 @@ if (!isModEnabled('cron')) {
|
||||
|
||||
// Check security key
|
||||
if ($key != getDolGlobalString('CRON_KEY')) {
|
||||
print "Error: securitykey is wrong\n";
|
||||
print "Error: securitykey provided ".substr($key, 0, 5)."... does not match securitykey in setup.\n";
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user