
<?php
  include 'connect.php';
define('YBASE',true);
session_start();

if (isset($_SESSION['yuser'])) {
			include_once 'config/log.php';
	} else {
	header('location:login.php');
	}
  
$autook=mysqli_query($con,"update draft2 set stat='2' where nobukti='$_GET[id]';");
?>
 <meta http-equiv="refresh" content="0; url=listfakturdraft.php?id=<?php echo $_GET['id'];?>" >
