diff --git a/logar.php b/logar.php index d6ba290..acf9ade 100644 --- a/logar.php +++ b/logar.php @@ -18,8 +18,11 @@ - Cadastre-se -
+ +
+ Cadastre-se +
+ '; diff --git a/sistema/atividade/cadastrar.php b/sistema/atividade/cadastrar.php index 12ab195..c395c2e 100644 --- a/sistema/atividade/cadastrar.php +++ b/sistema/atividade/cadastrar.php @@ -9,6 +9,9 @@ $logado = true; $mensagem = 'Bem-vindo, '.$_SESSION['nome'].'.'; } + else{ + header('location:/logar.php?erro=Você precisa estar logado para acessar esta tela!'); + } ?> diff --git a/sistema/atividade/editar.php b/sistema/atividade/editar.php index f006283..2ed06f6 100644 --- a/sistema/atividade/editar.php +++ b/sistema/atividade/editar.php @@ -9,6 +9,9 @@ $logado = true; $mensagem = 'Bem-vindo, '.$_SESSION['nome'].'.'; } + else{ + header('location:/logar.php?erro=Você precisa estar logado para acessar esta tela!'); + } ?> diff --git a/sistema/atividade/listar.php b/sistema/atividade/listar.php index 2c648e7..b83c907 100644 --- a/sistema/atividade/listar.php +++ b/sistema/atividade/listar.php @@ -9,6 +9,9 @@ $logado = true; $mensagem = 'Bem-vindo, '.$_SESSION['nome'].'.'; } + else{ + header('location:/logar.php?erro=Você precisa estar logado para acessar esta tela!'); + } ?> @@ -23,7 +26,7 @@