"Fossies" - the Fresh Open Source Software Archive

Member "srg-1.3.6/examples/footer.php" (5 Aug 2009, 433 Bytes) of package /linux/privat/old/srg-1.3.6.tar.gz:


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.

    1 <?php
    2 /* SRG - Squid Report Generator
    3  *
    4  * Example Custom PHP footer
    5  *
    6  * $Id: footer.php 145 2004-09-25 13:30:10Z mattgbrown $
    7  */
    8 
    9 /* NOTE: it is your responsibility when including PHP headers to make sure
   10  *       that the appropriate stylesheets and javascript files are
   11  *       included.
   12  */
   13 
   14 /* Close any database connections & display any page footers that you want 
   15  * here */
   16 
   17 /* Close off the HTML */
   18 ?>
   19 </body>
   20 </html>