init
This commit is contained in:
6
modules/EcmPaymentStates/createNote.php
Normal file
6
modules/EcmPaymentStates/createNote.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
set_time_limit (-1);
|
||||
include 'modules/EcmPaymentStates/interestModel.php';
|
||||
$m= new interestModel();
|
||||
$m->makeNotes();
|
||||
?>
|
||||
Reference in New Issue
Block a user