From 001bd2a977bf5cd256039e674179fc52603e72d9 Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios Date: Mon, 12 Jul 2021 17:50:51 -0400 Subject: [PATCH] chop support --- app/routes/route.dashboard.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/routes/route.dashboard.php b/app/routes/route.dashboard.php index 6ad056c..9315608 100644 --- a/app/routes/route.dashboard.php +++ b/app/routes/route.dashboard.php @@ -126,10 +126,6 @@ $route = function ($handler) { : $chv_version['files'] . ' ('.$chv_version['db'].' DB) '._s('install update').'') . ' – 3.16.2 fork ' . _s("check for updates") . '', ], - 'support' => [ - 'label' => 'Support', - 'content' => _s('Need help? Go to %s and you will get help quickly.', ['%s' => '' . _s('Support') . '']) - ], 'php_version' => [ 'label' => _s('PHP version'), 'content' => PHP_VERSION . ' 🐘 ' . php_ini_loaded_file()