mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
18 lines
416 B
PHP
18 lines
416 B
PHP
<div id="footer">
|
|
<div class="container">
|
|
<p>
|
|
If you <i>know</i> if any information is incorrect on these pages, mail your corrections to polteam@polserver.com
|
|
</p>
|
|
<p>
|
|
Copyright ©2003-2015 David Carpman and POL Development Team, all rights reserved. DO NOT REPRODUCE, MIRROR, ALTER, SPINDLE, MUTILATE, OR SIT ON.
|
|
</p>
|
|
</div>
|
|
|
|
<?php
|
|
if( isset($analytics) ) {
|
|
echo $analytics;
|
|
}
|
|
?>
|
|
|
|
</body>
|
|
</html>
|