Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

验证码刷新参数名s=和控制器参数冲突 #44

Open
wants to merge 3 commits into
base: 3.0
Choose a base branch
from

Commits on Jul 10, 2019

  1. 验证码刷新参数名s=和控制器参数冲突

    特定条件下
    http://serverName/captcha.html?s=0.5463793627562759
    和
    http://serverName/index.php?s=/控制器/操作/[参数名/参数值...]
    冲突,误认为0.5463793627562759为控制器名
    4352570 committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    7caff3e View commit details
    Browse the repository at this point in the history
  2. Update helper.php

    4352570 committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    63d5c47 View commit details
    Browse the repository at this point in the history
  3. Update helper.php

    4352570 committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    adc6a7e View commit details
    Browse the repository at this point in the history