Skip to content

Commit d01744b

Browse files
authored
Update license.php
1 parent 6dd7480 commit d01744b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/license.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22
header('Content-Type: text/plain');
3-
header('Access-Control-Allow-Origin: text/plain');
3+
header('Access-Control-Allow-Origin: *');
44

55
echo file_get_contents(__DIR__.\DIRECTORY_SEPARATOR.'..'.\DIRECTORY_SEPARATOR.'licenses.md');

0 commit comments

Comments
 (0)