Compare commits

..

No commits in common. "30bbe21d0cb2cd461ad346264eeb2aff79de132e" and "aae050739dd7dd7b9732a878533d27e4eeb4cb9e" have entirely different histories.

2 changed files with 7 additions and 13 deletions

View file

@ -95,6 +95,13 @@ $quote_author_arr = [
Creative Commons Attribution Share Alike license</a>
, unless stated otherwise.
</p>
<p style="position: relative; right: 0;">
This page was generated at
<?php
echo date('Y-m-d\TH:i:s T').
" by php/".phpversion()." ".$_SERVER["SERVER_SOFTWARE"];
?>
</p>
<div style="margin-bottom:1em;">
<span>
<a href="https://my.fsf.org/join?referrer=6692411">
@ -134,16 +141,6 @@ $quote_author_arr = [
</a>
</span>
</div>
<p style="position: relative; right: 0;">
This page was generated at
<?php
echo date('Y-m-d\TH:i:s T').
" by php/".phpversion()." ".
$_SERVER["SERVER_SOFTWARE"]."<br>".
"Generation took ".round((microtime(true) -
$generation_start_time)*1000, 4)." milliseconds.";
?>
</p>
</div>
</main>
</body>

View file

@ -11,9 +11,6 @@ if(isset($_COOKIE["PHPSESSID"]))
session_start();
}
// Use this for page generation timing
$generation_start_time = microtime(true);
// PDO Mysql connection object
$conn = null;
attempt_sql_connect();