dever 3 年之前
父节点
当前提交
f7d2104092
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      package/pinyin/index.php

+ 4 - 0
package/pinyin/index.php

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