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

10 lines
255 B
PHP
Raw Normal View History

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