update files to include header.php

This commit is contained in:
2025-09-30 22:57:42 -04:00
parent 56a876214f
commit 2609ee5710
6 changed files with 7 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ if ( ! $pos === false) {
$body="give";
//$body="index_full";
include 'header.html';
include 'header.php';
// --------------------------------------------
// Clean up stale reservations

View File

@@ -338,7 +338,7 @@ if (!$mailer->send()) {
$body="give";
//$body="index_full";
include 'header.html';
include 'header.php';
?>

View File

@@ -26,6 +26,7 @@ if( !isset($row_dupe) or $num_from_this_ip != 0 ) {
header('Cache-Control: no-cache');
header('Pragma: no-cache');
header("Status: 412 Precondition Failed");
include("header.php");
echo "<h1>Existing request detected: ";
$timestamp = time()+date("Z");
echo gmdate("Y-m-d\TH:i:s\Z",$timestamp);
@@ -150,7 +151,7 @@ $next_show_num = $next_show_num_array[0] + 1;
$next_show_date = date('Y-m-d', strtotime($next_show_num_array[1] . ' + 1 weekday'));
$body="give";
//$body="index_full";
include 'header.html';
include 'header.php';
?>

View File

@@ -294,7 +294,7 @@ if (!$mailer->send()) {
$body="give";
//$body="index_full";
include 'header.html';
include 'header.php';
?>

View File

@@ -106,7 +106,7 @@ if ( !file_exists( $image_url )) {
// $body="give";
//$body="index_full";
include 'header.html';
include 'header.php';
?>

View File

@@ -401,7 +401,7 @@ if (!isset($result)) {
$body="give";
//$body="index_full";
include 'header.html';
include 'header.php';
?>