summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
authorSander Roobol <sander@php.net>2002-05-19 14:16:41 +0000
committerSander Roobol <sander@php.net>2002-05-19 14:16:41 +0000
commit295e8e5bd4613e9cb51dcdedcfa7cc30288a8215 (patch)
tree03c47bd14b78af9b979b9bf96021ae32d27b09ae /php.ini-recommended
parente3490f1429d8f03c16d8cef7cd835c3fb2d5b43e (diff)
downloadphp-git-295e8e5bd4613e9cb51dcdedcfa7cc30288a8215.tar.gz
It's get_cfg_var() not cfg_get_var()
Diffstat (limited to 'php.ini-recommended')
-rw-r--r--php.ini-recommended2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-recommended b/php.ini-recommended
index 00abe70029..3f555e05c1 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -598,7 +598,7 @@ mysql.default_user =
; Default password for mysql_connect() (doesn't apply in safe mode).
; Note that this is generally a *bad* idea to store passwords in this file.
-; *Any* user with PHP access can run 'echo cfg_get_var("mysql.default_password")
+; *Any* user with PHP access can run 'echo get_cfg_var("mysql.default_password")
; and reveal this password! And of course, any users with read access to this
; file will be able to reveal the password as well.
mysql.default_password =