diff options
author | Egon Schmid <eschmid@php.net> | 2000-06-14 11:51:43 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2000-06-14 11:51:43 +0000 |
commit | 190e2e73e9fbbf97c36f7335e299251f2989e0cb (patch) | |
tree | 53670e70f949092ff667e4a6af243d4a9e743742 /configure.in | |
parent | 988302171aa6787e8ea413fbba3c1e25f1456fe1 (diff) | |
download | php-git-190e2e73e9fbbf97c36f7335e299251f2989e0cb.tar.gz |
Fix for #5028.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c688047eaf..12f5814026 100644 --- a/configure.in +++ b/configure.in @@ -856,7 +856,7 @@ if true; then echo "| redirection checking. By putting this cgi binary somewhere in |" echo "| your web space, users may be able to circumvent existing .htaccess |" echo "| security by loading files directly through the parser. See |" - echo "| http://www.php.net/manual/config-security.php3 for more details. |" + echo "| http://www.php.net/manual/security.php for more details. |" fi fi fi |