tbrehm
2012-10-25 2a0317527834a8e7d7866a5d26da06212d767da0
Corrected defaults in soap config file.
1 files modified
6 ■■■■ changed files
remoting_client/examples/soap_config.php 6 ●●●● patch | view | raw | blame | history
remoting_client/examples/soap_config.php
@@ -3,12 +3,12 @@
$username = 'admin';
$password = 'admin';
/*
$soap_location = 'http://localhost:8080/ispconfig3_3.0.5/interface/web/remote/index.php';
$soap_uri = 'http://localhost:8080/ispconfig3_3.0.5/interface/web/remote/';
*/
/*
$soap_location = 'http://192.168.0.105:8080/remote/index.php';
$soap_uri = 'http://192.168.0.105:8080/remote/';
*/
?>