for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* osCommerce Online Merchant
*
* @copyright (c) 2016 osCommerce; https://www.oscommerce.com
* @license MIT; https://www.oscommerce.com/license/mit.txt
*/
require('includes/application_top.php');
require($oscTemplate->getFile('template_top.php'));
?>
<p>This page will return in the next beta release.</p>
require($oscTemplate->getFile('template_bottom.php'));
require('includes/application_bottom.php');