6 lines
132 B
PHP
6 lines
132 B
PHP
<?php
|
|
set_time_limit (-1);
|
|
include 'modules/EcmPaymentStates/interestModel.php';
|
|
$m= new interestModel();
|
|
$m->makeNotes();
|
|
?>
|