BugFix - GUI install (#2779)

Fixes to remove some errors in the GUI installer
This commit is contained in:
Mafoo
2017-08-02 10:45:35 -06:00
committed by FusionPBX
parent fde2775fc6
commit af23a822aa
3 changed files with 22 additions and 5 deletions
@@ -99,7 +99,7 @@
if ($dir_name != "." && $dir_name != ".." && $dir_name != ".svn" && $dir_name != ".git" && $dir_name != "flags" && is_readable($theme_dir.'/'.$dir_name)) {
$dir_label = str_replace('_', ' ', $dir_name);
$dir_label = str_replace('-', ' ', $dir_label);
if ($dir_name == 'enhanced') {
if ($dir_name == 'default') {
echo " <option value='$dir_name' selected='selected'>$dir_label</option>\n";
}
else {