Files
gallery3/modules/digibug/views/digibug_form.html.php
T

12 lines
307 B
PHP
Raw Normal View History

<?php defined("SYSPATH") or die("No direct script access.") ?>
<html>
2009-06-27 14:29:24 -07:00
<body>
<?= form::open("http://www.digibug.com/dapi/order.php") ?>
<?= form::hidden($order_parms) ?>
<?= form::close() ?>
<script type="text/javascript">
document.forms[0].submit();
</script>
2009-06-27 14:29:24 -07:00
</body>
</html>