Step:1
Step:2
Find below code [near to line: 306]
if($configs->get('licensevalid', 0)){
return '';
}else{
return base64_decode('PCEtLSBkb.................biAtLT4=');
}
Step:3
Replace above code with
if($configs->get('licensevalid', 0)){
return '';
}else{
return '';
}
Open file "components\com_chronocontact\libraries\chronoform.php"
Step:2
Find below code [near to line: 306]
if($configs->get('licensevalid', 0)){
return '';
}else{
return base64_decode('PCEtLSBkb.................biAtLT4=');
}
Step:3
Replace above code with
if($configs->get('licensevalid', 0)){
return '';
}else{
return '';
}
3 comments:
Thanks for your post Chennai.
It helped me!
Hernane
hernaneprates@hotmail.com
thanks!! worked like a charm!!
Great stuff. Thanks, Buddy
Post a Comment