1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-10 11:10:18 +00:00

add readme for captcha, and enhanced performance

This commit is contained in:
slene
2014-01-17 12:07:30 +08:00
parent 3e40041219
commit 91d75e8925
5 changed files with 340 additions and 18 deletions

View File

@ -12,6 +12,7 @@
// var cpt *captcha.Captcha
//
// func init() {
// // use beego cache system store the captcha data
// store := cache.NewMemoryCache()
// cpt = captcha.NewWithFilter("/captcha/", store)
// }