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

6 lines
127 B
PHP
Executable File

<?php
set_time_limit (-1);
include 'modules/EcmPaymentStates/interestModel.php';
$m= new interestModel();
$m->makeNotes();
?>