dever 3 年之前
父節點
當前提交
e76ecfd217
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      package/push/index.php

+ 4 - 0
package/push/index.php

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