Files
gallery3/modules/digibug/views/digibug_form.html.php
Bharat Mediratta 0d73738099 Stop using obsolete form::close()
Update the way we include the hidden CSRF field for InPlaceEdit.
2010-01-29 10:13:10 -08:00

12 lines
294 B
PHP

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