View Single Post
  #3  
Old 01-26-2005, 05:08 PM
 
1day2004 1day2004 is offline
 

Senior Member
  
Join Date: Dec 2004
Posts: 115
 

Default

Thanks for the response.

This is what I have right now:

Code:
define('USE_TRUSTED_POST_VARIABLES',1); $trusted_post_variables = array("product_lng_descr","product_lng_full_descr","product_new_descr","product_new_full_descr","descr","fulldescr","posted_data","js_code","javascript_code");

Should I change it to this?:

Code:
define('USE_TRUSTED_POST_VARIABLES',1); $trusted_post_variables = array("product_lng_descr","product_lng_full_descr","product_new_descr","product_new_full_descr","descr","fulldescr","posted_data","js_code","javascript_code"); define('USE_TRUSTED_SCRIPT_VARS',1); $trusted_script_variables = array("descr","fulldescr");

I'm new to x-cart so I just want to make sure I'm inputting the code correctly.
__________________
Version 4.0.8 Live
Reply With Quote