From 785452873f0ee0a27fc157b482b7551560f0282d Mon Sep 17 00:00:00 2001 From: lolcat Date: Tue, 7 Nov 2023 08:04:56 -0500 Subject: fix typo --- api/v1/videos.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'api/v1/videos.php') diff --git a/api/v1/videos.php b/api/v1/videos.php index a42b29b..dab29af 100644 --- a/api/v1/videos.php +++ b/api/v1/videos.php @@ -1,8 +1,14 @@ "The server administrator disabled the API!"]); + return; +} include "lib/frontend.php"; $frontend = new frontend(); -- cgit v1.2.3