comparison contrib/app_acct_tools/README @ 1228:e5010975da35

Fix typo in comment.
author Thomas Klausner <tk@giga.or.at>
date Thu, 18 Jul 2013 14:45:37 +0200
parents 4cdf146f11d5
children
comparison
equal deleted inserted replaced
1227:34c2ae08176f 1228:e5010975da35
18 18
19 - process_records.php : 19 - process_records.php :
20 This PHP script processes the records pertaining to users sessions, as follow: 20 This PHP script processes the records pertaining to users sessions, as follow:
21 * when a session is complete (STOP record received), it stores a session summary 21 * when a session is complete (STOP record received), it stores a session summary
22 into the processed records table (see process_database.sql file for format). 22 into the processed records table (see process_database.sql file for format).
23 * It optionaly archives the processed records into a different table, before deleting them. 23 * It optionally archives the processed records into a different table, before deleting them.
24 * It can also move records of unterminated sessions that are older than a configurable time 24 * It can also move records of unterminated sessions that are older than a configurable time
25 to an orphan_records table, so that they are not re-processed every time. 25 to an orphan_records table, so that they are not re-processed every time.
26 This orphans table must have the same structure as the "incoming" table. 26 This orphans table must have the same structure as the "incoming" table.
27 27
28 - display_results.php, display_self.php, display_stats.php : 28 - display_results.php, display_self.php, display_stats.php :
"Welcome to our mercurial repository"