8 lines
152 B
PHP
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.';
|