Changeset 111 for trunk/index.shtml


Ignore:
Timestamp:
12/24/04 15:10:56 (19 years ago)
Author:
Kris Deugau
Message:

/trunk

Cleanup of display and fallthrough logic:

  • printFooter is now called once, and once ONLY, at the end of execution of main.cgi.
  • All execution in main.cgi should terminate at a single point; this allows MUCH easier cleanup of global data, filehandles, database handle(s), etc and printing the footer.

validateInput() cleanup:

  • Fixed logic to check POP locations as necessary

General code cleanup

  • Removed useless legacy commented code fragments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.shtml

    r4 r111  
    11<!--#include file="header.inc"-->
    22<!--#include virtual="/ip/cgi-bin/main.cgi?action=index" -->
    3 <!--#include file="footer.inc"-->
Note: See TracChangeset for help on using the changeset viewer.