Commit b00989e0 by Visgha Olivia

Upload New File

parent bdd359c7
<?php
require_once 'common/database.php';
if(!isset($_SESSION['logged_in'])){
header('location: index.php');
}
$id_tiket = $_GET['id'];
DeleteTiket($id_tiket);
header('location: tiket.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