Changeset 429
- Timestamp:
- 03/19/07 14:59:41
(2 years ago)
- Author:
- rats
- Message:
- GUI:
- fixed: problems with domain default page
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r428 |
r429 |
|
| 15 | 15 | - GUI: |
|---|
| 16 | 16 | * serveral fixes with permissions |
|---|
| | 17 | * fixed: problems with domain default page |
|---|
| 17 | 18 | |
|---|
| 18 | 19 | 2007-03-18 Benedikt Heintel |
|---|
| r428 |
r429 |
|
| 2049 | 2049 | return $rs if ($rs != 0); |
|---|
| 2050 | 2050 | |
|---|
| | 2051 | $rs = sys_command("$main::cfg{'CMD_CP'} -pr $root_dir/gui/errordocs/images $www_dir/$dmn_name/htdocs/"); |
|---|
| | 2052 | return $rs if ($rs != 0); |
|---|
| | 2053 | |
|---|
| | 2054 | $rs = setfmode("$www_dir/$dmn_name/htdocs/images", $sys_user, httpd_gid, 0640); |
|---|
| | 2055 | return $rs if ($rs != 0); |
|---|
| | 2056 | |
|---|
| 2051 | 2057 | } |
|---|
| 2052 | 2058 | |
|---|
| r428 |
r429 |
|
| 8 | 8 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
|---|
| 9 | 9 | <link href="/vhcs2/themes/omega_original/css/vhcs.css" rel="stylesheet" type="text/css"> |
|---|
| 10 | | <script type="text/javascript" src="/vhcs2/themes/omega_original/css/vhcs.js"></script> |
|---|
| 11 | 10 | </head> |
|---|
| 12 | 11 | |
|---|
| … | … | |
| 17 | 16 | <table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|---|
| 18 | 17 | <tr> |
|---|
| 19 | | <td width="179" height="75"><img src="./top_left.jpg" width="179" height="75"></td> |
|---|
| 20 | | <td width="801" height="75"><img src="./top_left_bg.jpg" width="801" height="75"></td> |
|---|
| 21 | | <td background="/top_bg.jpg"> </td> |
|---|
| 22 | | <td width="73" height="75"><img src="./top_right.jpg" width="73" height="75"></td> |
|---|
| | 18 | <td width="179" height="75"><img src="./images/top_left.jpg" width="179" height="75"></td> |
|---|
| | 19 | <td width="801" height="75"><img src="./images/top_left_bg.jpg" width="801" height="75"></td> |
|---|
| | 20 | <td background="./images/top_bg.jpg"> </td> |
|---|
| | 21 | <td width="73" height="75"><img src="./images/top_right.jpg" width="73" height="75"></td> |
|---|
| 23 | 22 | </tr> |
|---|
| 24 | 23 | </table> |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>