Update about.php
the textarea displayed the php source instead of the LICENSE.TXT content
This commit is contained in:
@@ -30,7 +30,7 @@ License provided this page and all copyright notices remain completely intact.
|
|||||||
<center><h4>Copyright: 2003, William E. Roadcap</h4>
|
<center><h4>Copyright: 2003, William E. Roadcap</h4>
|
||||||
<form>
|
<form>
|
||||||
<textarea name=gpl cols=80 rows=15 readonly>
|
<textarea name=gpl cols=80 rows=15 readonly>
|
||||||
<?
|
<?php
|
||||||
readfile("./LICENSE.TXT");
|
readfile("./LICENSE.TXT");
|
||||||
?>
|
?>
|
||||||
</textarea>
|
</textarea>
|
||||||
@@ -38,7 +38,7 @@ readfile("./LICENSE.TXT");
|
|||||||
</center>
|
</center>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<?
|
<?php
|
||||||
printFooter();
|
printFooter();
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user