From c3814000c0b42d7f749505b0ed0ce48ba3a96287 Mon Sep 17 00:00:00 2001 From: Fluffy-Bean Date: Wed, 19 Oct 2022 10:57:46 +0000 Subject: [PATCH] Start on fixing errors and semi-automatic setup --- .gitignore | 3 +- account.php | 6 +-- app/app.json | 5 ++ app/app.php | 94 +++++++++++++++++++++++++++++++------- app/image/upload_image.php | 7 ++- app/settings.php | 5 +- assets/ui/footer.php | 2 +- css/main.css | 42 ++++++++++++----- css/scss/_body.scss | 63 +++++++++++++++++-------- usr/conf/manifest.json | 10 ++-- 10 files changed, 180 insertions(+), 57 deletions(-) create mode 100644 app/app.json 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 "profile picture"; } else { - echo ""; + echo "profile picture"; } ?>