diff --git a/htmgem.php b/htmgem.php index 106e3c1..583898d 100644 --- a/htmgem.php +++ b/htmgem.php @@ -13,7 +13,7 @@ $filePath = $GMI_DIR.$url; $fileContent = @file_get_contents($filePath); if (!$fileContent) { http_response_code(404); - die("404: $filePath $GMI_DIR $url"); + die("404: $url"); } $fileLines = preg_split("/\n/", $fileContent);