...as you can see, all i have is mysql, ldap, and gd loaded. Does anyone have any idea as to why i'd be getting an undefined function call to a PHP inherent function if there's nothing to "enable" in PHP?? ** - I am not sure what PHP ver my hosting service is running. ...
util.each(headerMap, function (paramKey, headerKey) { if (params[paramKey] !== undefined) { @@ -844,6 +847,11 @@ var encodeBase64 = function (str, safe) { return base64Str; }; var decodeBase64 = function (base64Str) { if (!base64Str) return ''; return base64.decode(bas...
util.each(headerMap, function (paramKey, headerKey) { if (params[paramKey] !== undefined) { @@ -844,6 +847,11 @@ var encodeBase64 = function (str, safe) { return base64Str; }; var decodeBase64 = function (base64Str) { if (!base64Str) return ''; return base64.decode(base...