Skip to content
Snippets Groups Projects
Verified Commit 1d82c451 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

FEAT doc for centos install

parent 5175cd5e
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
<?php <?php
$customList = array(); $customList = array();
foreach (glob('cs_*') as $customPath) { foreach (glob('cs_*') as $customPath) {
$customPath = str_replace('cs_', '', $customPath);
array_push($customList, $customPath); array_push($customList, $customPath);
$thelist .= '<li>' . $customPath . '</a></li>'; $thelist .= '<li>' . $customPath . '</a></li>';
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment