diff options
author | Sander Roobol <sander@php.net> | 2002-06-01 09:53:07 +0000 |
---|---|---|
committer | Sander Roobol <sander@php.net> | 2002-06-01 09:53:07 +0000 |
commit | a6abfcbbe7028f0765478a6d302cbd240376a28c (patch) | |
tree | 45f2de7e4b602fbb3af29cd78ec1375e4c0352b2 | |
parent | 426b47837fc081df4ce12dbeeee4ca87c6201650 (diff) | |
download | php-git-a6abfcbbe7028f0765478a6d302cbd240376a28c.tar.gz |
Update cracklib path and comment it out (thanks to Urs Gehrig for the hint)
-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 |