1
0
mirror of https://github.com/php/web-php.git synced 2026-04-28 17:33:10 +02:00

Fix another typo - too early in the morning!

This commit is contained in:
Rasmus Lerdorf
1998-10-29 14:23:01 +00:00
parent 988b0a9304
commit 372f4904cd
+1 -1
View File
@@ -905,7 +905,7 @@ should check to make sure that the configuration file you are adding the AddType
I make sure that a GET-method variable does not overwrite a POST-method one?
</B></DT>
<DD>
The securevar() function on PHP2 was a badly named function. It gave the impression that
The securevar() function in PHP2 was a badly named function. It gave the impression that
when used the POST-method was secure. It is not. It is only slightly more difficult to
fake POST-method variables than GET-method ones.
<P>