diff options
-rw-r--r-- | php.ini-dist | 2 | ||||
-rw-r--r-- | php.ini-recommended | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-dist b/php.ini-dist index 8ec7385c26..b59651489d 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -930,7 +930,7 @@ sockets.use_system_read = On [Crack] ; Modify the setting below to match the directory location of the cracklib ; dictionary files. Include the base filename, but not the file extension. -crack.default_dictionary = "c:\php4\lib\cracklib_dict" +; crack.default_dictionary = "c:\php\lib\cracklib_dict" ; Local Variables: ; tab-width: 4 diff --git a/php.ini-recommended b/php.ini-recommended index 3f555e05c1..d8a6d1d44f 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -937,7 +937,7 @@ sockets.use_system_read = On [Crack] ; Modify the setting below to match the directory location of the cracklib ; dictionary files. Include the base filename, but not the file extension. -crack.default_dictionary = "c:\php4\lib\cracklib_dict" +; crack.default_dictionary = "c:\php\lib\cracklib_dict" ; Local Variables: ; tab-width: 4 |