* SPDX-License-Identifier: AGPL-3.0-only ************************************/ // crmv@148163 - security fix + clean old code // crmv@181168 - rename file if (isset($_REQUEST['service'])) { if($_REQUEST['service'] == "customerportal") { include("soap/customerportal.php"); } else { echo "No Service Configured for ". strip_tags($_REQUEST['service']); } } else { echo "

VTECRM Soap Services

\n"; echo "\n"; }