hjkhjkjhkhjkgjghjhgjhgjghjhghjghjhgjjnbvnvbnvk
bnmbnmbnhjkhjkhjkhjktyutyutyuytutyutyutyhgjgjghjgjghjguytutyry
/
home
/
b4h4ej4a6kj6
/
public_html
/
kitsandcleats.in
/
admin
/
Upload FileeE
HOME
<?php include('functions.php'); $obj = new Operations(); $where = "where id = '".$_GET['id']."'"; $wh = $obj->getSingle('categories', $where); if ($wh['status'] == 'Disabled') { $data=array( 'status'=>'Active'); $obj->update("categories",$data,$_GET['id']); }else{ $data=array( 'status'=>'Disabled'); $obj->update("categories",$data,$_GET['id']); } header('location:view-category.php'); ?>