MDL-36721 do not store passwords in config logs

This commit is contained in:
Petr Škoda
2013-12-27 11:17:45 +08:00
committed by Petr Škoda
parent bbb291b7b7
commit 914499a340
4 changed files with 167 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2013122400.00; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2013122400.01; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.