diff --git a/hub/calendar.php b/hub/calendar.php index 67d9122..9764e79 100644 --- a/hub/calendar.php +++ b/hub/calendar.php @@ -312,7 +312,7 @@ for ( $slot = $current_episode_number; $slot < ( $current_episode_number + 60 ); $sizeof_show_array--; } elseif ( empty( $show_array[$slot] ) ) { - echo "${this_episode_date}: hpr${slot} is available - upload now.
\n"; + echo "${this_episode_date}: hpr${slot} is available - upload now.
\n"; } elseif ( $show_array[$slot]["valid"] == 0 ) { echo "${this_episode_date}: hpr${slot} Unavailable.
\n"; diff --git a/hub/header.php b/hub/header.php index 1fa066e..c259767 100644 --- a/hub/header.php +++ b/hub/header.php @@ -2,7 +2,7 @@ Hacker Public Radio ~ The Technology Community Podcast - + diff --git a/hub/index.php b/hub/index.php index 7482c03..c62f900 100644 --- a/hub/index.php +++ b/hub/index.php @@ -1,3 +1,3 @@ diff --git a/hub/redirect.php b/hub/redirect.php index 3a376ae..74686da 100644 --- a/hub/redirect.php +++ b/hub/redirect.php @@ -3,5 +3,5 @@ #require "/home/hpr/php/include.php"; ?> diff --git a/hub/upload.php b/hub/upload.php index 638894a..28b04ff 100644 --- a/hub/upload.php +++ b/hub/upload.php @@ -51,7 +51,7 @@ if ( isset( $_GET['delete'] ) ) { call412("35a7f4e80ecba8284049e9d6261ae523"); } else { - header( "Location: https://" . $_SERVER['SERVER_NAME'] . "/calendar.php" ) ; + header( "Location: ${hubBaseurl}calendar.php" ) ; $dir_structure = "/home/hpr/upload/" . strtotime($db_timestamp) . "_${ep_num}_${ep_date}_${db_key}/"; rrmdir("$dir_structure"); exit;