rabin 2 anni fa
parent
commit
e13af8b8a0
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      package/wechat_service/index.php

+ 4 - 0
package/wechat_service/index.php

@@ -0,0 +1,4 @@
+<?php
+define('DEVER_PACKAGE',  'wechat_service');
+define('DEVER_APP_SETUP', dirname(__FILE__) . DIRECTORY_SEPARATOR);
+include(dirname(__FILE__) . DIRECTORY_SEPARATOR . '../boot.php');