Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Isi.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
session_start();
session_start();
?>

<!DOCTYPE html>
<html lang="en">
<head>
Expand Down
2 changes: 1 addition & 1 deletion action_register.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
window.location.href='index.php';
</script>";
}else{
echo "gagul";
echo "gagal";
}
}
?>
1 change: 1 addition & 0 deletions logout.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php
session_start();
session_unset();
session_destroy();
header("location:index.php");
?>