##// END OF EJS Templates
agregadas imagenes para el administrador del sitio
agregadas imagenes para el administrador del sitio

File last commit:

r0:1
r6:7
Show More
index.php
6 lines | 290 B | text/x-php | PhpLexer
<?php
//session_set_cookie_params ( int $lifetime [, string $path [, string $domain [, bool $secure = false [, bool $httponly = false ]]]] )
session_start();
date_default_timezone_set('America/Lima');
require 'libs/FrontController.php';
FrontController::main();
?>