dever 3 anni fa
parent
commit
e76ecfd217
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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');