config.ini.php 126 B

123456
  1. <?php
  2. declare(strict_types=1);
  3. defined('InShopNC') or exit('Access Invalid!');
  4. $config['debug'] = false;
  5. return $config;