Update about.php

the textarea displayed the php source instead of the LICENSE.TXT content
This commit is contained in:
doomi
2013-08-10 16:52:41 +02:00
parent 8b03b33bbb
commit 50aaf50250

View File

@@ -30,7 +30,7 @@ License provided this page and all copyright notices remain completely intact.
<center><h4>Copyright: 2003, William E. Roadcap</h4>
<form>
<textarea name=gpl cols=80 rows=15 readonly>
<?
<?php
readfile("./LICENSE.TXT");
?>
</textarea>
@@ -38,7 +38,7 @@ readfile("./LICENSE.TXT");
</center>
<p>
<?
<?php
printFooter();
?>