Files
crm.e5.pl/modules/EcmPaymentStates/makeMonit.php
2024-04-27 09:23:34 +02:00

5 lines
135 B
PHP

<?php
include 'modules/EcmPaymentStates/interestModel.php';
$m= new interestModel();
$path=$m->makeMonit($_REQUEST['aa'],true);
?>