diff --git a/.gitignore b/.gitignore index dfce3fa..e28a543 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,7 @@ # Dont include user generated content in github repo images/ conf/ - -# CSS map, I don't think its needed for upload... I think? *.map +# Dont include PHPStorm project files .idea/ \ No newline at end of file diff --git a/account.php b/account.php index 20091e7..3e9af78 100644 --- a/account.php +++ b/account.php @@ -262,9 +262,9 @@ if ($user['id'] == 1) { ?> - - - + + + @@ -385,8 +385,8 @@ get_results(); - if (empty($check_sanity) || !isset($check_sanity)) { - echo "
No errors! Lookin' good
"; + if (empty($check_sanity)) { + echo "No errors! Lookin' good :3
"; } else { ?> ", $result); - echo "".$result."
"; - } elseif (str_contains($result, "Warning")) { - $result = str_replace("Warning:", "".$result."
"; + if ($result['type'] == 'critical') { + echo "
+
+ ".$result['message']."
+
+
+ ".$result['message']."
+
+
+ ".$result['message']."
+
There are no images in the group, add some!