?iť?

Your IP : 3.145.111.116


Current Path : /home/scgforma/www/cloud/core/js/
Upload File :
Current File : /home/scgforma/www/cloud/core/js/oc-requesttoken.js

$(document).on('ajaxSend',function(elm, xhr, settings) {
	if(settings.crossDomain === false) {
		xhr.setRequestHeader('requesttoken', oc_requesttoken);
		xhr.setRequestHeader('OCS-APIREQUEST', 'true');
	}
});