5 lines
81 B
PHP
5 lines
81 B
PHP
<?php
|
|
|
|
function index() {
|
|
include __DIR__ . '/../../views/home/inicio.php';
|
|
} |