1 <?php 2 3 /*************************************************** 4 SQLgrey Web Interface 5 Filename: copyright.inc.php 6 Purpose: Inserting copyright notice 7 Version: 1.1.8 8 9 *** Please do not alter these references! *** 10 11 ****************************************************/ 12 13 ?> 14 <table width="100%" summary="footer"> 15 <tr> 16 <td> 17 <hr /> 18 <font size="-1"> 19 <a href="http://www.vanheusden.com/sgwi/" target="_blank">SQLGrey webinterface v 1.1.8</a> 20 by 21 <a href="http://www.vanheusden.com/feedbackform.php?subject=SQLGrey%20webinterface" target="_blank">folkert@vanheusden.com</a> 22 and Jan Ceulen | 23 <a href="http://www.beebeec.nl/sgwi/" target="_blank">BeeBeeC</a> 24 </font> 25 <hr /> 26 </td> 27 </tr> 28 </table>