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