Panel/Agent-Windows/OGP64/OGP/IspConfig/soap_config.php
2026-06-06 18:46:40 -04:00

7 lines
156 B
PHP

<?php
$username = 'admin';
$password = 'admin';
$soap_location = 'http://127.0.0.1:8080/remote/index.php';
$soap_uri = 'http://127.0.0.1:8080/remote/';
?>