use config
bernd

bernd commited on 2009-02-23 19:29:41
Zeige 1 geänderte Dateien mit 1 Einfügungen und 0 Löschungen.


git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@1255 87cf0b9e-d624-0410-a070-f6ee81989793
... ...
@@ -5,6 +5,7 @@ require_once('inc/error.php');
5 5
 
6 6
 function strong_password($password)
7 7
 {
8
+  global $config;
8 9
   if (isset($config['use_cracklib']) and $config['use_cracklib'] == false) {
9 10
     DEBUG('Cracklib deaktiviert');
10 11
     return true;
11 12