stanley-king 4 years ago
parent
commit
3fc358c251
1 changed files with 2 additions and 0 deletions
  1. 2 0
      shop/index.php

+ 2 - 0
shop/index.php

@@ -22,6 +22,8 @@ define('SHOP_RESOURCE_SITE_URL',SHOP_SITE_URL.DS.'resource');
 define('SHOP_TEMPLATES_URL',SHOP_SITE_URL.'/templates/'.TPL_NAME);
 define('BASE_TPL_PATH',BASE_PATH.'/templates/'.TPL_NAME);
 
+include(BASE_CONFIG_PATH . CONFIG_PREFIX . '/refill.ini.php');
+
 Base::run();
 
 $time = microtime(true) - $start;