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 @@