
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php

//echo $_SERVER['DOCUMENT_ROOT'];
include './../api.php';

checkauth();

if(isset($_POST['user_id'])){

//print_r($_POST);

update_user($_POST);


header('Location: https://service.hondasaudi.com/priceportal/admin/app/users.php');    
    
}else{
    
header('Location: https://service.hondasaudi.com/priceportal/admin/app');     
}



?>