diff --git a/.gitignore b/.gitignore
index 75924df..dfce3fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
-# Images from uploads to the website, including thumbnails
+# Dont include user generated content in github repo
images/
+conf/
# CSS map, I don't think its needed for upload... I think?
*.map
diff --git a/account.php b/account.php
index 37d3831..20091e7 100644
--- a/account.php
+++ b/account.php
@@ -42,9 +42,9 @@
";
+ echo "
";
} else {
- echo "
";
+ echo "
";
}
?>