"Fossies" - the Fresh Open Source Software Archive

Member "sqlgreywebinterface-1.1.8/includes/copyright.inc.php" (10 Aug 2015, 723 Bytes) of package /linux/privat/old/sqlgreywebinterface-1.1.8.tgz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) PHP source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file. See also the latest Fossies "Diffs" side-by-side code changes report for "copyright.inc.php": 1.1.7_vs_1.1.8.

    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>