Browse Source

fix refill.ini.php

stanley-king 4 years ago
parent
commit
c11128b929
1 changed files with 1 additions and 0 deletions
  1. 1 0
      admin/control/merchant.php

+ 1 - 0
admin/control/merchant.php

@@ -7,6 +7,7 @@
 defined('InShopNC') or exit('Access Invalid!');
 
 require_once(BASE_HELPER_PATH . '/refill/RefillFactory.php');
+require_once(BASE_CONFIG_PATH . CONFIG_PREFIX . '/refill.ini.php');
 
 
 class merchantControl extends SystemControl