dever 4 년 전
부모
커밋
8a31ad2bd6
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      boot.php

+ 0 - 4
boot.php

@@ -1,8 +1,4 @@
 <?php
-header('Access-Control-Allow-Origin:*');
-header('Access-Control-Allow-Methods:GET, POST, OPTIONS');
-header('Access-Control-Allow-Headers:x-requested-with,content-type');
-
 define('DEVER_PROJECT', 'dreamland');
 define('DEVER_PROJECT_PATH', dirname(__FILE__) . DIRECTORY_SEPARATOR);
 if (defined('DEVER_PACKAGE')) {