Files

6 lines
127 B
PHP
Raw Permalink 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();
?>