1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

[ticket/12239] Move deprecated passwords functions to compatibility file

The deprecated passwords functions are no longer used in the core and have
been replaced with the passwords manager. Therefore, the functions are
moved to the functions_compatibility file.

PHPBB3-12239
This commit is contained in:
Marc Alexander
2014-03-05 20:00:55 +01:00
parent 71354ef185
commit 6251ca1459
3 changed files with 36 additions and 36 deletions

View File

@@ -7,7 +7,7 @@
*
*/
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
require_once dirname(__FILE__) . '/../../phpBB/includes/functions_compatibility.php';
class phpbb_security_hash_test extends phpbb_test_case
{