From 6e81222f3b7c0cf456b5e17bd26d582dbf449f5f Mon Sep 17 00:00:00 2001 From: Bastian Leicht <50463419+bastianleicht@users.noreply.github.com> Date: Mon, 8 Nov 2021 11:39:31 +0100 Subject: [PATCH 01/28] Auth: Fixed POST Variables --- app/manager/customer/auth/login.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/manager/customer/auth/login.php b/app/manager/customer/auth/login.php index 0f8ad62..cff4bb6 100755 --- a/app/manager/customer/auth/login.php +++ b/app/manager/customer/auth/login.php @@ -96,8 +96,8 @@ function accpept() {
"; } From b6592180311025bc360fd6684fc2fece0aab952e Mon Sep 17 00:00:00 2001 From: Bastian Leicht <50463419+bastianleicht@users.noreply.github.com> Date: Mon, 8 Nov 2021 11:45:58 +0100 Subject: [PATCH 02/28] Main: Replaced old URL's --- .env | 4 ++++ resources/additional/header.php | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 9484040..b67e967 100755 --- a/.env +++ b/.env @@ -18,6 +18,10 @@ URL="https://cp.red-host.eu/" CDN_URL="${URL}assets/style/" PIC_URL="${URL}assets/images/" +URL_STATUS="" +URL_TWITTER="https://twitter.com/" +URL_DISCORD="https://discord.gg/xxxxxxxx" + PAYPAL_EMAIL="payment@red-host.eu" DISCORD_WEBHOOK_URL="" diff --git a/resources/additional/header.php b/resources/additional/header.php index b85da71..199fbc0 100755 --- a/resources/additional/header.php +++ b/resources/additional/header.php @@ -20,7 +20,7 @@ $SQL->execute(array(":user_id" => $userid)); if ($SQL->rowCount() != 0) { ?> -