Ticket #1318: ftp_choose_dir.php.patch
|
File ftp_choose_dir.php.patch, 0.5 kB
(added by Haeber, 6 months ago)
|
patch against r1183.
|
-
gui/client/ftp_choose_dir.php
| old |
new |
|
| 43 | 43 | // Get the directory listing |
|---|
| 44 | 44 | $list = $vfs->ls($path); |
|---|
| 45 | 45 | if (!$list) { |
|---|
| 46 | | set_page_message(tr('cannot open directory !<br />Please contact your administrator !')); |
|---|
| | 46 | set_page_message(tr('Cannot open directory !<br />Please contact your administrator !')); |
|---|
| 47 | 47 | return; |
|---|
| 48 | 48 | } |
|---|
| 49 | 49 | // Show parent directory link |
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>