Skip to content
Snippets Groups Projects

OneHundred - 13515005 - Husnulzaki Wibisono Haryadi

Viewing commit a2a71a13
Show latest version
3 files
+ 50
14
Preferences
Compare changes
Files
3
+ 4
1
<?php
header('Location: select_location.php')
$user_id = $_GET['id'];
header("Location: ../order/select_location.php?id=$user_id");
die();
?>