- Timestamp:
- 06/04/08 01:37:02
(6 months ago)
- Author:
- rats
- Message:
* Updated net2ftp to version 0.97
* Updated SquirrelMail to version 1.4.15
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r910 |
r1198 |
|
| 3 | 3 | // ------------------------------------------------------------------------------- |
|---|
| 4 | 4 | // | net2ftp: a web based FTP client | |
|---|
| 5 | | // | Copyright (c) 2003-2007 by David Gartner | |
|---|
| | 5 | // | Copyright (c) 2003-2008 by David Gartner | |
|---|
| 6 | 6 | // | | |
|---|
| 7 | 7 | // | This program is free software; you can redistribute it and/or | |
|---|
| … | … | |
| 29 | 29 | global $net2ftp_globals, $net2ftp_settings; |
|---|
| 30 | 30 | |
|---|
| 31 | | if (isset($_POST["list"]) == true) { $list = getSelectedEntries($_POST["list"]); } |
|---|
| 32 | | else { $list = ""; } |
|---|
| | 31 | if (isset($_POST["list"]) == true) { $list = getSelectedEntries($_POST["list"]); } |
|---|
| | 32 | elseif (isset($_GET["list"]) == true) { $list = getSelectedEntries($_GET["list"]); } |
|---|
| | 33 | else { $list = ""; } |
|---|
| 33 | 34 | |
|---|
| 34 | 35 | if ($net2ftp_settings["functionuse_downloadzip"] == "yes") { |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>