index.php
6 lines
| 290 B
| text/x-php
|
PhpLexer
/ trunk / index.php
|
r0 | <?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(); | |||
?> |