diff --git a/scripts/history.php b/scripts/history.php index 2985800..f4288da 100644 --- a/scripts/history.php +++ b/scripts/history.php @@ -63,9 +63,9 @@ if(isset($_GET['blocation']) ) { die(); } - -?> - +if (get_included_files()[0] === __FILE__) { + echo ' + - +'; + } +?>
@@ -154,6 +156,9 @@ if (file_exists('./Charts/'.$chart2)) { echo ""; } else { echo "

No Charts For $theDate

"; -}?> -
- +} +echo ""; +if (get_included_files()[0] === __FILE__) { + echo ' +'; +}