Files
oficial/app_old/public/index.php
Juan Pablo Vial be33305cf1 config
2023-07-24 20:41:38 -04:00

9 lines
147 B
PHP

<?php
$__environment = 'ui';
$app = require_once implode(DIRECTORY_SEPARATOR, [
dirname(__FILE__, 2),
'ui',
'app.php'
]);
$app->run();