added to nginx docker - www-data is now part of nginx group, and tmp folder allow nginx group to read and execute

This commit is contained in:
asus
2023-11-14 14:15:56 +01:00
parent 247bc6ae5c
commit 14723c240d
5 changed files with 105 additions and 110 deletions

View File

@@ -65,6 +65,9 @@ function mp_bad_categories($posts_list) {
//mp_console_log("categorie:");
//mp_console_log($value);
}
if (str_starts_with($value, '["')) {
array_push($posts_bad_categories, $post);
}
}
return $posts_bad_categories;
}