diff --git a/index.php b/index.php
index 08df140..609fc86 100644
--- a/index.php
+++ b/index.php
@@ -11,7 +11,7 @@ foreach ($sites as $s) {
$out = $s . " - " . date("Y-m-d H:i:s",$c["validTo_time_t"]);
if ($c["validTo_time_t"] < strtotime("+1 week")) {
print("" . $out . "");
- } else {
+ } else if (isset($_GET["debug"])) {
print($out);
};
print("
");