diff options
author | xue <> | 2007-08-28 22:05:18 +0000 |
---|---|---|
committer | xue <> | 2007-08-28 22:05:18 +0000 |
commit | 669beed5392d22421d03b2a2d1bf12f5f0db9012 (patch) | |
tree | 948d01ac16e86c827ae803e90554c33bba832f85 /.gitattributes | |
parent | ff402bd8de1edd97bb06d30d7600212b5fc22f16 (diff) |
added TCaptcha, TCaptchaValidator.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 42ef415c..1e69791d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2418,6 +2418,8 @@ framework/Web/UI/WebControls/TBoundColumn.php -text framework/Web/UI/WebControls/TBulletedList.php -text framework/Web/UI/WebControls/TButton.php -text framework/Web/UI/WebControls/TButtonColumn.php -text +framework/Web/UI/WebControls/TCaptcha.php -text +framework/Web/UI/WebControls/TCaptchaValidator.php -text framework/Web/UI/WebControls/TCheckBox.php -text framework/Web/UI/WebControls/TCheckBoxColumn.php -text framework/Web/UI/WebControls/TCheckBoxList.php -text @@ -2501,6 +2503,7 @@ framework/Web/UI/WebControls/TWebControlAdapter.php -text framework/Web/UI/WebControls/TWizard.php -text framework/Web/UI/WebControls/TWizardNavigationButtonStyle.php -text framework/Web/UI/WebControls/TXmlTransform.php -text +framework/Web/UI/WebControls/assets/captcha.php -text framework/Web/UI/WebControls/assets/keyboard.css -text framework/Web/UI/WebControls/assets/tabpanel.css -text framework/Xml/TXmlDocument.php -text |