From 9754b8c1967d754ee8028359336b7b48bc1d2e06 Mon Sep 17 00:00:00 2001 From: Phoenix Eve Aspacio Date: Sun, 11 Jun 2017 07:58:30 +0800 Subject: [PATCH 1/4] Escape HTML special chars --- data/web/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/web/index.php b/data/web/index.php index 2bc6e570..3202fb5b 100644 --- a/data/web/index.php +++ b/data/web/index.php @@ -69,7 +69,7 @@ $_SESSION['return_to'] = $_SERVER['REQUEST_URI']; -   +   From 915ffb19910dd6848c7daa0f1296693c8105a5f7 Mon Sep 17 00:00:00 2001 From: Phoenix Eve Aspacio Date: Sun, 11 Jun 2017 08:05:10 +0800 Subject: [PATCH 2/4] Added mailcow app description --- data/web/inc/vars.inc.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/data/web/inc/vars.inc.php b/data/web/inc/vars.inc.php index c986133a..fb8fd478 100644 --- a/data/web/inc/vars.inc.php +++ b/data/web/inc/vars.inc.php @@ -42,11 +42,13 @@ $PASSWD_REGEP = '.{4,}'; $MAILCOW_APPS = array( array( 'name' => 'SOGo', - 'link' => '/SOGo/' + 'link' => '/SOGo/', + 'description' => 'SOGo is a collaborative software (groupware) server.' ), // array( // 'name' => 'Roundcube', - // 'link' => '/rc/' + // 'link' => '/rc/', + // 'description' => 'Roundcube is a web-based IMAP email client.', // ), ); @@ -60,4 +62,4 @@ $LOG_PAGINATION_SIZE = 30; $SESSION_LIFETIME = 3600; // Label for OTP devices -$OTP_LABEL = "mailcow UI"; \ No newline at end of file +$OTP_LABEL = "mailcow UI"; From 564fb82257c7f5d4a625e33b2bead93ab481420a Mon Sep 17 00:00:00 2001 From: Phoenix Eve Aspacio Date: Sun, 11 Jun 2017 13:43:59 +0800 Subject: [PATCH 3/4] Create header.inc.php --- data/web/inc/header.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/web/inc/header.inc.php b/data/web/inc/header.inc.php index 79078554..533711de 100644 --- a/data/web/inc/header.inc.php +++ b/data/web/inc/header.inc.php @@ -99,7 +99,7 @@ -
  • +
  • From 7575b46fbaaa66c4f4136e455597d58a6c81ab75 Mon Sep 17 00:00:00 2001 From: Phoenix Eve Aspacio Date: Mon, 12 Jun 2017 15:38:36 +0800 Subject: [PATCH 4/4] Update --- data/web/inc/vars.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/web/inc/vars.inc.php b/data/web/inc/vars.inc.php index fb8fd478..f2d09c5c 100644 --- a/data/web/inc/vars.inc.php +++ b/data/web/inc/vars.inc.php @@ -43,12 +43,12 @@ $MAILCOW_APPS = array( array( 'name' => 'SOGo', 'link' => '/SOGo/', - 'description' => 'SOGo is a collaborative software (groupware) server.' + 'description' => 'SOGo is a web-based client for email, address book and calendar.' ), // array( // 'name' => 'Roundcube', // 'link' => '/rc/', - // 'description' => 'Roundcube is a web-based IMAP email client.', + // 'description' => 'Roundcube is a web-based email client.', // ), );