Commit c2b75033 by Visgha Olivia

Upload New File

parent 89f98324
<?php
require_once 'common/database.php';
if(!isset($_SESSION['logged_in'])){
header('location: index.php');
}
$id_paket = $_GET['id'];
DeletePaket($id_paket);
echo '<META HTTP-EQUIV="Refresh" Content="0; URL=paket.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