rabin 7 years ago
parent
commit
a50d87703b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      qrcode/index.php

+ 4 - 0
qrcode/index.php

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