You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
367 B
17 lines
367 B
<!-- Copyright 2008 Neil Edelman, distributed under the terms of the
|
|
GNU General Public License, see copying.txt -->
|
|
<div style = "text-align: right;">
|
|
<a href = "index.php">back</a>
|
|
</div>
|
|
<h1>Statistics</h1>
|
|
<p>
|
|
<?php
|
|
require 'sex.php';
|
|
// stats
|
|
SexLoad();
|
|
SexDisplay();
|
|
?>
|
|
</p>
|
|
<p>
|
|
These statistics may not be exact. See <a href = "privacy.html">why</a>.
|
|
</p>
|
|
|