Post by dbstr » Sat Sep 12, 2009 7:00 am

It's possible to submit the 'contact us' without filling/or entering the correct verification code.

Open catalog/controller/information/contact.php

Find (line 169)

Code: Select all

if ((!isset($this->session->data['captcha'])) && ($this->session->data['captcha'] != $this->request->post['captcha'])) { 
Replace with:

Code: Select all

if ((!isset($this->session->data['captcha'])) OR ($this->session->data['captcha'] != $this->request->post['captcha'])) {

Request Reviews v1.0 released.


Active Member

Posts

Joined
Sun Aug 30, 2009 12:20 am

Post by banane » Sat Sep 12, 2009 10:25 pm

thank you a lot dbstr
I was just trying to understand what was going wrong...
I really appreciated

User avatar
New member

Posts

Joined
Fri Jul 31, 2009 6:30 pm


Post by krittawit_st » Tue Oct 13, 2009 12:43 pm

Thank you for that.
I have same problum and I solve it now. :)

Newbie

Posts

Joined
Sat Sep 19, 2009 1:06 am
Location - Thailand
Who is online

Users browsing this forum: No registered users and 5 guests