0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.133.141.201


Current Path : /var/www/student/sikkim/
Upload File :
Current File : /var/www/student/sikkim/mcverify.php

<!--
added by mohan on 04.01.2024 to redirect from http to https - start
-->


<script>
if(window.location.protocol != 'https:') {
  location.href =   location.href.replace("http://", "https://");
}
</script>

<!--
added by mohan on 04.01.2024 to redirect from http to https - end
-->

<?php

$v1 = $_GET['v1'];
$v2 = $_GET['v2'];
$v3 = $_GET['v3'];

header("Location: https://www.reva.edu.in/verify/dv.php?v1={$v1}&v2={$v2}&v3={$v3}");
die();

?>