insecure-bank/webroot/deposit.php

9 lines
175 B
PHP

<?php
declare(strict_types=1);
include __DIR__ . '/autoload.php';
use Controller\CashTransactionController;
(new CashTransactionController('/deposit.php'))->run()->send();