update files to include header.php
This commit is contained in:
@@ -10,7 +10,7 @@ if ( ! $pos === false) {
|
|||||||
|
|
||||||
$body="give";
|
$body="give";
|
||||||
//$body="index_full";
|
//$body="index_full";
|
||||||
include 'header.html';
|
include 'header.php';
|
||||||
|
|
||||||
// --------------------------------------------
|
// --------------------------------------------
|
||||||
// Clean up stale reservations
|
// Clean up stale reservations
|
||||||
|
@@ -338,7 +338,7 @@ if (!$mailer->send()) {
|
|||||||
|
|
||||||
$body="give";
|
$body="give";
|
||||||
//$body="index_full";
|
//$body="index_full";
|
||||||
include 'header.html';
|
include 'header.php';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
@@ -26,6 +26,7 @@ if( !isset($row_dupe) or $num_from_this_ip != 0 ) {
|
|||||||
header('Cache-Control: no-cache');
|
header('Cache-Control: no-cache');
|
||||||
header('Pragma: no-cache');
|
header('Pragma: no-cache');
|
||||||
header("Status: 412 Precondition Failed");
|
header("Status: 412 Precondition Failed");
|
||||||
|
include("header.php");
|
||||||
echo "<h1>Existing request detected: ";
|
echo "<h1>Existing request detected: ";
|
||||||
$timestamp = time()+date("Z");
|
$timestamp = time()+date("Z");
|
||||||
echo gmdate("Y-m-d\TH:i:s\Z",$timestamp);
|
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'));
|
$next_show_date = date('Y-m-d', strtotime($next_show_num_array[1] . ' + 1 weekday'));
|
||||||
$body="give";
|
$body="give";
|
||||||
//$body="index_full";
|
//$body="index_full";
|
||||||
include 'header.html';
|
include 'header.php';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
@@ -294,7 +294,7 @@ if (!$mailer->send()) {
|
|||||||
|
|
||||||
$body="give";
|
$body="give";
|
||||||
//$body="index_full";
|
//$body="index_full";
|
||||||
include 'header.html';
|
include 'header.php';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
@@ -106,7 +106,7 @@ if ( !file_exists( $image_url )) {
|
|||||||
|
|
||||||
// $body="give";
|
// $body="give";
|
||||||
//$body="index_full";
|
//$body="index_full";
|
||||||
include 'header.html';
|
include 'header.php';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
@@ -401,7 +401,7 @@ if (!isset($result)) {
|
|||||||
|
|
||||||
$body="give";
|
$body="give";
|
||||||
//$body="index_full";
|
//$body="index_full";
|
||||||
include 'header.html';
|
include 'header.php';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user