5 lines
84 B
PHP
5 lines
84 B
PHP
|
<?php
|
||
|
include_once dirname(__DIR__) . '/vendor/autoload.php';
|
||
|
|
||
|
echo view('base');
|
||
|
?>
|