diff options
| author | oweissbarth | 2014-03-17 00:38:59 +0100 |
|---|---|---|
| committer | oweissbarth | 2014-03-17 00:38:59 +0100 |
| commit | 400b575178557322fe394904dc204be69cdab624 (patch) | |
| tree | f068445b5ee79781f86923dfb36408a8d9c35e46 /www/constants.php | |
| parent | ac384ab0feee6fc6761d0030273c665264dd33e1 (diff) | |
| parent | a4118da1cc89d897e96fa0ca27f4e44cca84391d (diff) | |
| download | files.iamfabulous.de-400b575178557322fe394904dc204be69cdab624.tar.gz | |
Merge branch 'master' of git.iamfabulous.de:files.iamfabulous.de
Diffstat (limited to 'www/constants.php')
| -rw-r--r-- | www/constants.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/constants.php b/www/constants.php index 0b22908..1717291 100644 --- a/www/constants.php +++ b/www/constants.php @@ -26,3 +26,6 @@ define("PASSWORD_SUCCESS", 18); define("PASSWORD_PASSWORD", 19); define("PASSWORD_DATABASE", 20); +define("PASSWORD_SUCCESS", 21); +define("PASSWORD_EMAIL", 22); +define("PASSWORD_PROHIBITED", 23); |
