diff options
author | friendica <info@friendica.com> | 2013-08-11 16:59:34 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-11 16:59:34 -0700 |
commit | 4eca591aed1e71a94c1f80b87aad9bb844199ffc (patch) | |
tree | 44dd6b3031675bd2dc41697651eaa2f8aeaf5c6c /include | |
parent | d7a9db10881b8d9de1b5f7e2a2dfae3df396fb45 (diff) | |
parent | 94e589fee8fef5bc7937059c459564902a725c75 (diff) | |
download | volse-hubzilla-4eca591aed1e71a94c1f80b87aad9bb844199ffc.tar.gz volse-hubzilla-4eca591aed1e71a94c1f80b87aad9bb844199ffc.tar.bz2 volse-hubzilla-4eca591aed1e71a94c1f80b87aad9bb844199ffc.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'include')
-rw-r--r-- | include/account.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/account.php b/include/account.php index 6dfb5ae1e..ab442ab39 100644 --- a/include/account.php +++ b/include/account.php @@ -6,6 +6,7 @@ require_once('include/plugin.php'); require_once('include/text.php'); require_once('include/language.php'); require_once('include/datetime.php'); +require_once('include/crypto.php'); function check_account_email($email) { |