Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\bin\easyphp1-8\www\admin\home_not.php:5) in c:\bin\easyphp1-8\www\admin\verifica.php on line 3
Verifica.php
<?php session_start(); if( !$_SESSION['authorized'] ){ header("Location: index.php"); } ?>