##// END OF EJS Templates
eliminando funciones en desuso
eliminando funciones en desuso

File last commit:

r0:1
r8:9
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();
?>