insecure-bank/webroot/withdraw.php

9 lines
176 B
PHP

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