function uc_ajax_cart_handler_update in Ubercart AJAX Cart 6
File
- ./
uc_ajax_cart.module, line 411
Code
function uc_ajax_cart_handler_update() {
header("Cache-Control: no-cache, must-revalidate");
// HTTP/1.1
exit;
}
function uc_ajax_cart_handler_update() {
header("Cache-Control: no-cache, must-revalidate");
// HTTP/1.1
exit;
}