允许跨域访问

pull/1/head
xiaoz 2018-04-12 22:48:06 +08:00
parent edf2c9e1cb
commit ca1bb402ae
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<?php
header('Access-Control-Allow-Origin:*');
error_reporting(E_ALL^E_NOTICE^E_WARNING^E_DEPRECATED);
include_once("Parsedown.php");