From d2602342fcaea324adc47603b51f476fff0d31ab Mon Sep 17 00:00:00 2001 From: Alex Atwater Date: Fri, 28 Oct 2016 19:34:58 -0400 Subject: [PATCH] updated footer added github link to version in footer and removed extra comma --- index.php | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/index.php b/index.php index 15488bf..2bf4fed 100644 --- a/index.php +++ b/index.php @@ -14,7 +14,7 @@ require_once("./inc/config.php"); header("Location: {$HTTPROOTADDRESS}schedule.php?mode=old&id={$_GET['s']}"); die(); -} +} // REQUIRED FILES $APP_ROOT = "./"; @@ -30,7 +30,7 @@ if ($path[1] == 'schedule') { $id = (empty($path[2]))? '': hexdec($path[2]); if(!empty($id)) { - + // We are making the assumption that only new schedules with images // will be shared. Due relative requires in api/schedule.php, I cannot // check to see if the schedule has an image. #WONTFIX #WORKS4ME @@ -43,20 +43,20 @@ <?= (!empty($TITLE)) ? $TITLE . " - " : "" ?>Schedule Maker - + - + - + - + ScheduleMaker" /> @@ -95,10 +95,10 @@ @@ -129,4 +129,3 @@ -