38471-vm/cashflow_report.php
2026-05-03 06:58:37 +00:00

6 lines
112 B
PHP

<?php
declare(strict_types=1);
define('APP_PAGE', 'cashflow_report');
require __DIR__ . '/page_bootstrap.php';