[ja] Remove original text from translated documents.

This commit is contained in:
Shin Kojima
2013-12-26 21:16:06 +09:00
parent 9e6e34b775
commit adf237dc0c
28 changed files with 9 additions and 41 deletions

View File

@@ -22,7 +22,6 @@ SQLインジェクションが発生する原因はプログラムがユーザ
password:=r.Form.Get("password")
sql:="SELECT * FROM user WHERE username='"+username+"' AND password='"+password+"'"
如果用户的输入的用户名如下,密码任意
もしユーザが以下のようなユーザ名を入力して、パスワードが任意だった場合
myuser' or 'foo' = 'foo' --