Commit 5ca4ed04 authored by Ad Schellevis's avatar Ad Schellevis

disable xmlrpc voucher sync, current code is defective and seems pretty unsafe

parent 11f56521
...@@ -608,6 +608,7 @@ function enable_change(enable_change) { ...@@ -608,6 +608,7 @@ function enable_change(enable_change) {
   
</td> </td>
</tr> </tr>
<!-- voucher xmlrpc, disabled
<tr> <tr>
<td colspan="2" valign="top" class="listtopic"><?=gettext("Voucher database synchronization"); ?></td> <td colspan="2" valign="top" class="listtopic"><?=gettext("Voucher database synchronization"); ?></td>
</tr> </tr>
...@@ -640,6 +641,7 @@ function enable_change(enable_change) { ...@@ -640,6 +641,7 @@ function enable_change(enable_change) {
<br /><?=gettext("This is the password of the master voucher nodes webConfigurator."); ?> <br /><?=gettext("This is the password of the master voucher nodes webConfigurator."); ?>
</td> </td>
</tr> </tr>
-->
<tr> <tr>
<td width="22%" valign="top">&nbsp;</td> <td width="22%" valign="top">&nbsp;</td>
<td width="78%"> <td width="78%">
...@@ -657,7 +659,7 @@ function enable_change(enable_change) { ...@@ -657,7 +659,7 @@ function enable_change(enable_change) {
<?=gettext("Specifying the Voucher Database Synchronization options will not record any other value from the other options. They will be retrieved/synced from the master."); ?> <?=gettext("Specifying the Voucher Database Synchronization options will not record any other value from the other options. They will be retrieved/synced from the master."); ?>
</p> </p>
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
</form> </form>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment