
<?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 = mysql_query("UPDATE tagihanmobileheader set stat='2',userproses='$_SESSION[yuser]' 
	where nobukti='$_GET[id]' and stat='1';");
?>
<meta http-equiv="refresh" content="0; url=listlunas.php;" >
	