Skip to content

Commit d89c171

Browse files
committed
Removed unused version code in shelluser_base
1 parent 095dd62 commit d89c171

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

server/plugins-available/shelluser_base_plugin.inc.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -625,12 +625,6 @@ function _add_user_bashrc() {
625625
$used_os_type = 'unknown';
626626
}
627627

628-
if (isset($os_type['version'])) {
629-
$os_version = $os_type['version'];
630-
} else {
631-
$os_version = 'unknown';
632-
}
633-
634628
if($used_os_type == "debian" || $used_os_type == "ubuntu") {
635629
$tpl->newTemplate("bashrc_user_deb.master");
636630
} elseif($used_os_type == "redhat") {

0 commit comments

Comments
 (0)