0byt3m1n1
Path:
/
data
/
applications
/
aps
/
gallery
/
3.0.2-6
/
standard
/
htdocs
/
modules
/
digibug
/
views
/
[
Home
]
File: digibug_form.html.php
<?php defined("SYSPATH") or die("No direct script access.") ?> <html> <body> <?= form::open("http://www.digibug.com/dapi/order.php") ?> <? foreach ($order_params as $key => $value): ?> <?= form::hidden($key, $value) ?> <? endforeach ?> </form> <script type="text/javascript"> document.forms[0].submit(); </script> </body> </html>