mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 09:08:09 +01:00
Doc
This commit is contained in:
@@ -469,7 +469,7 @@ if ($checklock) {
|
||||
}
|
||||
}
|
||||
if (empty($checksuminlockedfile)) {
|
||||
print "The major version ".$checklockmajorversion." is not locked on scope ".$md5unalterable_files.".\n";
|
||||
print "The major version ".$checklockmajorversion." is not locked on the scope ".$checksource." (no entry found into dev/lockedfiles.txt).\n";
|
||||
} elseif ($checksuminlockedfile != $md5unalterable_files) {
|
||||
print "The major version ".$checklockmajorversion." is locked on scope '".$checksource."' to checksum ".$checksuminlockedfile."\n";
|
||||
if ($checklockmajorversion != $checksource) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
This file describes changes made on external libraries after being included
|
||||
in Dolibarr root.
|
||||
This file describes the changes made on external libraries to fix some bugs, after they were included
|
||||
in Dolibarr external vendor dir (htdocs/includes).
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user