⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.231
Server IP:
13.127.59.50
Server:
Linux ip-172-31-46-210 5.15.0-1033-aws #37~20.04.1-Ubuntu SMP Fri Mar 17 11:39:30 UTC 2023 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.3-4ubuntu2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
ecommerce_pg
/
storage
/
framework
/
views
/
View File Name :
96bd20bd9482e857d1cad47552a64d1a2ff1d6fb.php
<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title>Redirecting</title> <style media="screen"> .d-none { display: none; } </style> </head> <body> <h2>Please wait while we are processing your request ...</h2> <div class="d-none"> <form class="" action="<?php echo e($action_url); ?>" method="post" id="payForm"> <?php $__currentLoopData = $fields; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php echo e($key); ?> : <input type="text" name="<?php echo e($key); ?>" value="<?php echo e($value); ?>"> <br> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <button type="submit">Submit</button> </form> </div> <script> document.getElementById('payForm').submit(); </script> </body> </html> <?php /**PATH /var/www/ecommerce_pg/resources/views/payments/PayInstant/checkout.blade.php ENDPATH**/ ?>