
Não informado
ciclone hasn't added any friends yet.
19/02/2008, 23:10

11/01/2008, 14:10
10/07/2007, 01:33
10/05/2007, 03:21
<?
function autentica(){
header('WWW-Authenticate: Basic realm="Área Restrita"');
header('HTTP/1.0 401 Unauthorized');
echo '<h2><p align="center">Você não tem permissão para acessar esta área.</h2>';
exit;
}
if (!isset($_SERVER['PHP_AUTH_USER'])) {
autentica();
}
if(!($_SERVER['PHP_AUTH_USER'] == "teste" and $_SERVER['PHP_AUTH_PW'] == "123456") ){
autentica();
exit;
}
?>
Community Forum Software by IP.Board
Licensed to: Webmasters Online

Postagens