瀏覽代碼

fix refill.ini.php

stanley-king 4 年之前
父節點
當前提交
c11128b929
共有 1 個文件被更改,包括 1 次插入0 次删除
  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