芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/portal.pulsehost.co.uk/feeds/carttotal.php
*/ $carttotals = calcCartTotals(Auth::client(), false, true); $total = ($carttotals['total']) ? $carttotals['total'] : formatCurrency(0); widgetoutput($total); function widgetoutput($value) { echo "document.write('".addslashes($value)."');"; exit; }