Add php files
This commit is contained in:
10
modules/EcmPaymentStates/interestView.php
Executable file
10
modules/EcmPaymentStates/interestView.php
Executable file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/** Hi ho ooo :)
|
||||
*
|
||||
*/
|
||||
include 'modules/EcmPaymentStates/interestController.php';
|
||||
include 'modules/EcmPaymentStates/interestModel.php';
|
||||
$controller = new interestController();
|
||||
|
||||
if (isset($_REQUEST['step'])) $controller->{$_REQUEST['step']}();
|
||||
?>
|
||||
Reference in New Issue
Block a user