Files
pannello/index.php
2015-10-08 17:32:59 +02:00

7 lines
96 B
PHP
Executable File

<?php
include_once ("core/config.php");
$UTENTE=login();
header("Location: core/main.php");
?>