Election software

Revision as of 06:05, 11 September 2011 by Bilby (talk | contribs) (→‎Election software: Clarified)

Code

The software involves to main files:

index.php handles most of the work. tally.inc is only responsible for calculating and outputting the final result. Other files are used to create the UI elements or load configuration, but have no core executable code.

Discuss this page