Skip to content

Commit d02bfe2

Browse files
authored
Create license.php
1 parent 0a42f12 commit d02bfe2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

public/license.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?php
2+
header('Content-Type: text/plain');
3+
4+
echo file_get_contents(__DIR__.\DIRECTORY_SEPARATOR.'..'.\DIRECTORY_SEPARATOR.'licenses.md');

0 commit comments

Comments
 (0)