diff --git a/.gitignore b/.gitignore index 0cfe729..87f5670 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idx/* -.env \ No newline at end of file +.env +*.log \ No newline at end of file diff --git a/index.php b/index.php index e211f13..894e4de 100644 --- a/index.php +++ b/index.php @@ -964,60 +964,3 @@ $recipesJson = json_encode(array_values(array_map(function($r) use ($lang) { })(); - -