stable
Clone or download
Read-only
request #13149: Remove all usages of the function crypt()
The portion of code using crypt() are never called but they trigger warnings from PHPCompatibility due the the unsafe uses. Change-Id: Ifa0b5036055b02a18f79a48926dc7b7915bf51b4
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/wiki/phpwiki/config/config-default.ini | +0 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/config/config-dist.ini | +0 | −13 | Go to diff View file |
M | src/common/wiki/phpwiki/config/config.ini | +0 | −13 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/IniConfig.php | +1 | −13 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiUser.php | +3 | −106 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiUserNew.php | +1 | −63 | Go to diff View file |