Comparar commits
2 Commits
| Autor | SHA1 | Data | |
|---|---|---|---|
| a78ef5f9d8 | |||
| ca943e3efc |
@@ -11,6 +11,7 @@ Toda a aplicação está contida em uma imagem Docker. Portanto, antes de inicia
|
||||
Para instalar o Atlas Digital InterativeGeo basta executa o arquivo <i>run.sh</i> contido neste projeto.
|
||||
|
||||
```
|
||||
$ chmod +x run.sh
|
||||
$ bash run.sh
|
||||
```
|
||||
|
||||
|
||||
+2
-2
@@ -62,7 +62,7 @@ include "includes/connect.php";
|
||||
function sucesso() {
|
||||
var txt;
|
||||
if (confirm("Usuário criado com sucesso! Fazer login?")) {
|
||||
window.location.href = "http://localhost/Atlas2021/web/login.php";
|
||||
window.location.href = "login.php";
|
||||
} else {
|
||||
|
||||
}
|
||||
@@ -196,4 +196,4 @@ if(isset($_POST['nome']))
|
||||
?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -1,18 +1,3 @@
|
||||
<?php
|
||||
//Controle de Sessão
|
||||
session_start();
|
||||
|
||||
if(@$_GET["sair"]=="ok"){
|
||||
$_SESSION["id"]="";
|
||||
session_destroy();
|
||||
}
|
||||
|
||||
if(@$_SESSION["id"]!=""){
|
||||
header("location: processa.php?id=".$_SESSION["id"]);
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
To change this license header, choose License Headers in Project Properties.
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário