install.php 238 B

1234567
  1. <?php
  2. require_once "bootstrap.inc.php";
  3. $inc_context = 'install';
  4. $inc_options = ['supplier', 'cat', 'product', 'img', 'product_lot', 'supplier_price', 'customer', 'address', 'order', 'payment'];
  5. require_once "context_include.inc.php";