From 1d82c45117447c3c930e6df3ab037e3f9e4a998a Mon Sep 17 00:00:00 2001 From: Laurent Giovannoni <laurent.giovannoni@maarch.org> Date: Mon, 21 May 2018 15:38:42 +0200 Subject: [PATCH] FEAT doc for centos install --- install/view/welcome_view.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install/view/welcome_view.php b/install/view/welcome_view.php index a7c4b3b82ad..8d35db9bd10 100755 --- a/install/view/welcome_view.php +++ b/install/view/welcome_view.php @@ -43,6 +43,7 @@ <?php $customList = array(); foreach (glob('cs_*') as $customPath) { + $customPath = str_replace('cs_', '', $customPath); array_push($customList, $customPath); $thelist .= '<li>' . $customPath . '</a></li>'; } -- GitLab