Files
crm.twinpol.com/modules/EcmPaymentStates/makeMonit.php
2025-05-12 15:44:39 +00:00

5 lines
131 B
PHP
Executable File

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