Commit a86286de by Suryaningsih Sinaga

Menambahkan fungsi logout

parent 1b9df488
<?php
session_start();
session_destroy();
header("location:index.php");
?>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment