Files
crm.twinpol.com/modules/EcmPaymentStates/createNote.php

6 lines
127 B
PHP
Raw Normal View History

2025-05-12 15:44:39 +00:00
<?php
set_time_limit (-1);
include 'modules/EcmPaymentStates/interestModel.php';
$m= new interestModel();
$m->makeNotes();
?>