diff --git a/website/random.php b/website/random.php index 504e770..6775e41 100644 --- a/website/random.php +++ b/website/random.php @@ -4,7 +4,7 @@ $random = rand(0, count($files) - 1); $file = $files[$random]; $ext = strtolower(pathinfo($file, PATHINFO_EXTENSION)); if ($ext == "mp4") { -echo ''; +echo ""; } else { echo ""; }