Files
new.rybstock.ru/admin/index.php
T
2026-06-03 23:12:10 +03:00

8 lines
152 B
PHP

<?php
declare(strict_types=1);
require_once dirname(__DIR__) . '/app/bootstrap.php';
echo 'RybStock admin panel will be created on the next steps.';