From f62198ef96bb009e8c7e895fe642c8f9f3385bad Mon Sep 17 00:00:00 2001 From: kapsona777 Date: Wed, 2 Oct 2024 21:55:55 +0400 Subject: [PATCH] changed YogiWhere into Reportify on login page and also added missing icons on pages --- public/userarea/photoschool.php | 2 +- public/userarea/products/products.php | 1 + public/userarea/reports/reports.php | 1 + storage/settings.json | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/public/userarea/photoschool.php b/public/userarea/photoschool.php index a0d0e6f..ee9cbd3 100644 --- a/public/userarea/photoschool.php +++ b/public/userarea/photoschool.php @@ -50,7 +50,7 @@ ini_set('display_errors', 1);
diff --git a/public/userarea/products/products.php b/public/userarea/products/products.php index 69b70e8..0b52702 100644 --- a/public/userarea/products/products.php +++ b/public/userarea/products/products.php @@ -34,6 +34,7 @@ $result = $conn->query($query); Products + diff --git a/public/userarea/reports/reports.php b/public/userarea/reports/reports.php index f1c8869..4161c08 100644 --- a/public/userarea/reports/reports.php +++ b/public/userarea/reports/reports.php @@ -33,6 +33,7 @@ $result = $conn->query($query); + diff --git a/storage/settings.json b/storage/settings.json index ee26a59..864514e 100644 --- a/storage/settings.json +++ b/storage/settings.json @@ -1 +1 @@ -{"remember_me":"1","notifications_signup_email":"0","forgot_password":"1","login_reset_token_lifetime":"30","throttle_enabled":"1","throttle_attempts":"3","throttle_lockout_time":"2","reg_enabled":"1","reg_email_confirmation":"1","2fa":{"enabled":false},"app_name":"YogiWhere","registration":{"captcha":{"enabled":false}},"tos":"1","captcha":{"enabled":false}} \ No newline at end of file +{"remember_me":"1","notifications_signup_email":"0","forgot_password":"1","login_reset_token_lifetime":"30","throttle_enabled":"1","throttle_attempts":"3","throttle_lockout_time":"2","reg_enabled":"1","reg_email_confirmation":"1","2fa":{"enabled":false},"app_name":"Reportify","registration":{"captcha":{"enabled":false}},"tos":"1","captcha":{"enabled":false}} \ No newline at end of file