rabin 4 years ago
parent
commit
660f98d551
1 changed files with 7 additions and 0 deletions
  1. 7 0
      area/daemon/import.php

+ 7 - 0
area/daemon/import.php

@@ -0,0 +1,7 @@
+<?php
+
+define('DEVER_DAEMON', true);
+
+include(dirname(__FILE__) . DIRECTORY_SEPARATOR . '../index.php');
+
+Dever::load('area/import.load');