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

6 lines
102 B
PHP

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