Changeset 1203
- Timestamp:
- 06/05/08 12:30:12
(3 months ago)
- Author:
- kilburn
- Message:
* Fixed #1334: ftp_rawlist error writing to "/tmp" folder in vfs.php
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1145 |
r1203 |
|
| 112 | 112 | } |
|---|
| 113 | 113 | $_ENV['PHP_TMPDIR'] = VFS_TMP_DIR; |
|---|
| | 114 | $_ENV['TMPDIR'] = VFS_TMP_DIR; |
|---|
| 114 | 115 | putenv("PHP_TMPDIR=" . $_ENV['PHP_TMPDIR']); |
|---|
| | 116 | putenv("TMPDIR=" . $_ENV['PHP_TMPDIR']); |
|---|
| 115 | 117 | } |
|---|
| 116 | 118 | |
|---|
| r1168 |
r1203 |
|
| 37 | 37 | <td height="3" width="193"><img src="{THEME_COLOR_PATH}/images/top/menu_separator.jpg" height="3" width="193" /></td> |
|---|
| 38 | 38 | </tr> |
|---|
| | 39 | <!-- BDP: isactive_update_hp --> |
|---|
| 39 | 40 | <tr> |
|---|
| 40 | 41 | <td><a href="update_hp.php" class="submenu">{TR_MENU_UPDATE_HP}</a></td> |
|---|
| … | … | |
| 43 | 44 | <td height="3" width="193"><img src="{THEME_COLOR_PATH}/images/top/menu_separator.jpg" height="3" width="193" /></td> |
|---|
| 44 | 45 | </tr> |
|---|
| | 46 | <!-- EDP: isactive_update_hp --> |
|---|
| 45 | 47 | <tr> |
|---|
| 46 | 48 | <td> </td> |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>