"utente31962" ); define( 'USE_USERNAME', true ); define( 'LOGOUT_URL', 'http://www.studiocecconifincato.it' ); define( 'TIMEOUT_MINUTES', 60 ); define( 'TIMEOUT_CHECK_ACTIVITY', true ); $timeout = (TIMEOUT_MINUTES == 0 ? 0 : time() + TIMEOUT_MINUTES * 60); if( isset($_GET['logout']) ) { setcookie( "verify", '', $timeout, '/' ); header( 'Location: ' . LOGOUT_URL ); exit(); } if( !function_exists( 'showLoginPasswordProtect' ) ) { function showLoginPasswordProtect( $error_msg ) { ?> Accesso protettoBenvenuto nell'area clienti inserisci il tuo login e la tua password per accedere ai contenuti

Accesso protetto

Si prega di inserire la password per accedere a questa pagina web protetta...

'.$error_msg.'
'; if( USE_USERNAME ) echo 'Login:

'; ?> Password:

$val) { $lp = (USE_USERNAME ? $key : '') .'%'.$val; if ($_COOKIE['verify'] == md5($lp)) { $found = true; if (TIMEOUT_CHECK_ACTIVITY) { setcookie("verify", md5($lp), $timeout, '/'); } break; } } if (!$found) { showLoginPasswordProtect(""); } } ?> Benvenuto nell'area clienti inserisci il tuo login e la tua password per accedere ai contenuti

Benvenuto nell'area clienti
inserisci il tuo login e la tua password per accedere ai contenuti