Subversion Repositories php_clientchallenge

Compare Revisions

Regard whitespace Rev 5 → Rev 6

/trunk/ClientChallenge.js
1,6 → 1,6
/*
* php_clientchallenge
* Copyright 2021 Daniel Marschall, ViaThinkSoft
* Copyright 2021-2022 Daniel Marschall, ViaThinkSoft
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
22,6 → 22,10
data: {
},
success: function(data) {
if ("error" in data) {
error_cb(null,null,data["error"]);
return;
}
var starttime = data[0];
var ip_target = data[1];
var challenge = data[2];