-
Notifications
You must be signed in to change notification settings - Fork 0
/
source.php
50 lines (47 loc) · 1.54 KB
/
source.php
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML lang="en"><HEAD><META HTTP-EQUIV="expires" CONTENT="now"><META HTTP-EQUIV="pragma" CONTENT="no-cache"><TITLE>Gone fishing! program source</TITLE></HEAD><BODY bgcolor="#FFFFFF"><?php echo "<font color=red><H1>Gone fishing! program source</H1></font>"; echo "<H3>" . date("g:ia, l j F Y") . "</H3>"; $files = array("admin.html", "admin.php", "bankrupt.inc", "chart.php", "common.inc", "createdb.pgsql", "deadsea.inc", "defines.inc", "fish.inc", "goodbye.inc", "index.html", "index.php", "logout.inc", "msgall.php", "msgread.php", "msgwrite.php", "offish.inc", "radio.inc", "ranks.php", "reset.php", "source.php"); sort($files); echo "<A NAME=\"TOP\"><HR><H2>Contents</H2></A><UL>\n"; foreach ($files as $file) { echo "<LI><A HREF = \"#$file\">$file</A>\n"; } echo "</UL><P>\n"; foreach ($files as $file) { echo "<HR><A NAME=\"$file\"><H2>$file</H2></A>\n"; highlight_file($file); echo "<HR><A HREF=\"#TOP\">Return to Contents...</A>\n"; } ?><HR><CENTER>***ENDS***</CENTER></BODY></HTML>