View Single Post
  #21  
Old 03-16-2014, 10:30 PM
 
josebueso josebueso is offline
 

eXpert
  
Join Date: Apr 2006
Location: USA
Posts: 371
 

Default Re: X-Cart 4.6.3: "Amazon Payments", "PayPal Access", another USPS update.

Quote:
Originally Posted by aim
This link cannot be openned in a browser directly
The next-prev products feature works correctly on your site.

This is a code from the get_block.php
Code:
if ( !func_is_ajax_request() || !isset($block) || empty($block) || !is_string($block) || !preg_match('/^[\w\d_]+$/Ss', $block) ) { func_ajax_set_error('Bad request'); exit; }

Hello Ildar

Thanks for your prompt response.
Your are telling me not to worry about it? I compared the code you posted above with the get_block.php in my site and is the same.

Thanks for your help.
Jose
__________________
Saul
x-cart 4.7.9 Gold Plus

www.uncionmusic.com
Reply With Quote