- 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
| r1163 |
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 | |
|---|
| … | … | |
| 125 | 125 | // ** ** |
|---|
| 126 | 126 | |
|---|
| 127 | | function net2ftp_module_printBodyonload() { |
|---|
| | 127 | function net2ftp_module_printBodyOnload() { |
|---|
| 128 | 128 | |
|---|
| 129 | 129 | // -------------- |
|---|
| … | … | |
| 134 | 134 | // echo ""; |
|---|
| 135 | 135 | |
|---|
| 136 | | } // end net2ftp_printBodyonload |
|---|
| | 136 | } // end net2ftp_printBodyOnload |
|---|
| 137 | 137 | |
|---|
| 138 | 138 | // ** ** |
|---|
| … | … | |
| 187 | 187 | } |
|---|
| 188 | 188 | |
|---|
| 189 | | // Upload via SWFUpload Flash applet |
|---|
| | 189 | // Upload via SWFUpload Flash applet or using the OpenLaszlo skin |
|---|
| 190 | 190 | if (isset($_FILES["Filedata"]) == true && is_array($_FILES["Filedata"]) == true) { |
|---|
| 191 | 191 | $file_counter = $file_counter + 1; |
|---|
| … | … | |
| 287 | 287 | // Print the output |
|---|
| 288 | 288 | // ------------------------------------------------------------------------- |
|---|
| 289 | | require_once($net2ftp_globals["application_skinsdir"] . "/" . $net2ftp_globals["skin"] . "/manage.template.php"); |
|---|
| | 289 | if ($net2ftp_globals["skin"] == "openlaszlo") { |
|---|
| | 290 | require_once($net2ftp_globals["application_skinsdir"] . "/" . $net2ftp_globals["skin"] . "/manage.html.template.php"); |
|---|
| | 291 | } |
|---|
| | 292 | else { |
|---|
| | 293 | require_once($net2ftp_globals["application_skinsdir"] . "/" . $net2ftp_globals["skin"] . "/manage.template.php"); |
|---|
| | 294 | } |
|---|
| 290 | 295 | |
|---|
| 291 | 296 | } // End net2ftp_printBody |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>