Skip to content
soap_config.php 347 B
Newer Older
tbrehm's avatar
tbrehm committed
<?php

$username = '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 = 'https://192.168.1.100:8080/remote/index.php';
$soap_uri = 'https://192.168.1.100:8080/remote/';
tbrehm's avatar
tbrehm committed
?>