Files
crm.e5.pl/modules/EcmPaymentStates/interestView.php
2024-04-27 09:23:34 +02:00

10 lines
264 B
PHP

<?php
/** Hi ho ooo :)
*
*/
include 'modules/EcmPaymentStates/interestController.php';
include 'modules/EcmPaymentStates/interestModel.php';
$controller = new interestController();
if (isset($_REQUEST['step'])) $controller->{$_REQUEST['step']}();
?>