Rename footer.html to footer.php
The new website design has variable data in the footer based on its distributed hpr instance.
This commit is contained in:
@@ -364,5 +364,5 @@ The HPR statistics are regenerated every 15 minutes and are available in <a aria
|
||||
</main>
|
||||
|
||||
<?php
|
||||
include 'footer.html';
|
||||
include 'footer.php';
|
||||
?>
|
||||
|
@@ -364,7 +364,7 @@ include 'header.php';
|
||||
|
||||
<?php
|
||||
|
||||
include 'footer.html';
|
||||
include 'footer.php';
|
||||
|
||||
logextra( "Finished comment_confirm.php");
|
||||
|
||||
|
@@ -64,7 +64,7 @@ if( !isset($row_dupe) or $num_from_this_ip != 0 ) {
|
||||
echo "</pre>\n";
|
||||
echo "<hr />\n";
|
||||
file_put_contents($naughtyfile, date('Y-m-d\TH:i:s\Z') . "\t" . getUserIPAdress() . "\tExisting Request\t" . $_SERVER['REQUEST_URI'] . "\t" . $_SERVER["HTTP_USER_AGENT"] . "\n" , FILE_APPEND | LOCK_EX );
|
||||
include("footer.html");
|
||||
include("footer.php");
|
||||
exit;
|
||||
}
|
||||
|
||||
@@ -207,5 +207,5 @@ include 'header.php';
|
||||
</main>
|
||||
|
||||
<?php
|
||||
include 'footer.html';
|
||||
include 'footer.php';
|
||||
?>
|
||||
|
@@ -327,5 +327,5 @@ include 'header.php';
|
||||
</main>
|
||||
|
||||
<?php
|
||||
include 'footer.html';
|
||||
include 'footer.php';
|
||||
?>
|
||||
|
@@ -336,5 +336,5 @@ include 'header.php';
|
||||
</form>
|
||||
</main>
|
||||
<?php
|
||||
include 'footer.html';
|
||||
include 'footer.php';
|
||||
?>
|
||||
|
@@ -505,7 +505,7 @@ if (!$mailer->send()) {
|
||||
}
|
||||
|
||||
|
||||
include 'footer.html';
|
||||
include 'footer.php';
|
||||
|
||||
logextra( "Finished upload_confirm.php");
|
||||
|
||||
|
Reference in New Issue
Block a user