diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-27 17:23:05 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-27 17:23:05 +0200 |
commit | d923db691959d06d68b1fadb7d5b6371592190bb (patch) | |
tree | 4d1750e8684a68922c957e880df5fa992044660f /license.php | |
parent | Nicer pre color (diff) | |
download | joe-www-d923db691959d06d68b1fadb7d5b6371592190bb.tar.gz joe-www-d923db691959d06d68b1fadb7d5b6371592190bb.tar.bz2 joe-www-d923db691959d06d68b1fadb7d5b6371592190bb.tar.xz joe-www-d923db691959d06d68b1fadb7d5b6371592190bb.tar.zst joe-www-d923db691959d06d68b1fadb7d5b6371592190bb.zip |
Better text
Diffstat (limited to 'license.php')
-rw-r--r-- | license.php | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/license.php b/license.php index 7420bdf..20b32a7 100644 --- a/license.php +++ b/license.php @@ -8,14 +8,13 @@ You can find the terms of the license bellow: </p> <pre> - <?php - $license = file_get_contents('LICENSE'); - echo "$license"; - ?> +<?php +$license = file_get_contents('LICENSE'); +echo "$license"; +?> </pre> <p> - You also can download the license using - <a href="LICENSE">this link</a>. + You can also <a href="LICENSE">download</a> the license file. </p> </div> <?php jo_footer(); ?> |