Pulizia vecchio sistema

This commit is contained in:
cmaffio
2015-10-08 17:32:59 +02:00
parent dd934cb895
commit a158016e78
19 changed files with 169 additions and 935 deletions

View File

@@ -1,11 +1,6 @@
<?php
include_once ("core/config.php");
$UTENTE=login();
if ($UTENTE['admin']) {
header("Location: main.php");
} else {
header("Location: mainuser.php");
}
header("Location: core/main.php");
?>