@@ -23,8 +23,7 @@ |
||
23 | 23 | { |
24 | 24 | if (function_exists('posix_getpwuid')) { |
25 | 25 | $this->wwwUser = posix_getpwuid(posix_geteuid()); |
26 | - } |
|
27 | - else { |
|
26 | + } else { |
|
28 | 27 | $this->wwwUser = array( |
29 | 28 | 'name' => get_current_user(), |
30 | 29 | 'dir' => '-', |