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

Wrong order of parameters in strpos(). #31

Closed
bcc6 opened this issue Jun 4, 2011 · 1 comment
Closed

Wrong order of parameters in strpos(). #31

bcc6 opened this issue Jun 4, 2011 · 1 comment

Comments

@bcc6
Copy link

bcc6 commented Jun 4, 2011

In the server.php.
I think this is right. => strpos($REQUEST["operation"], "") !== 0
This is wrong. => strpos("_", $_REQUEST["operation"]) !== 0

@vakata
Copy link
Owner

vakata commented Jul 11, 2011

Thank you for noticing :) I will rewrite the PHP part for the next version :) This one was written really quickly, just to show how things work, but I guess a lot of people started using it :)
Thanks again :)

@vakata vakata closed this as completed Jul 11, 2011
vakata added a commit that referenced this issue Jul 11, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants