1 |
wellsi |
1.1 |
diff -Nur e-smith-manager-2.4.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/30FrameSetup01 e-smith-manager-2.4.0/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/30FrameSetup01 |
2 |
|
|
--- e-smith-manager-2.4.0.old/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/30FrameSetup01 2014-02-17 14:36:58.841522820 +0100 |
3 |
|
|
+++ e-smith-manager-2.4.0/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/30FrameSetup01 2014-02-17 14:53:45.473443471 +0100 |
4 |
|
|
@@ -18,7 +18,7 @@ |
5 |
|
|
else |
6 |
|
|
\{ |
7 |
|
|
my $panel = "Server manager"; |
8 |
|
|
- my $img = "server-manager.jpg"; |
9 |
|
|
+ my $img = "smeserver_logo.jpg"; |
10 |
|
|
|
11 |
|
|
$OUT .= <<EOF; |
12 |
|
|
<body> |
13 |
|
|
diff -Nur e-smith-manager-2.4.0.old/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess15common e-smith-manager-2.4.0/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess15common |
14 |
|
|
--- e-smith-manager-2.4.0.old/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess15common 2014-02-17 14:36:58.841522820 +0100 |
15 |
|
|
+++ e-smith-manager-2.4.0/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess15common 2014-02-17 14:43:48.146447519 +0100 |
16 |
|
|
@@ -29,7 +29,6 @@ |
17 |
|
|
|
18 |
|
|
TKTAuthLoginURL /server-common/cgi-bin/login |
19 |
|
|
require valid-user |
20 |
|
|
- SetEnv IMGHDR_SRC "/server-common/server-manager.jpg" |
21 |
|
|
Satisfy all |
22 |
|
|
</Directory> |
23 |
|
|
|
24 |
|
|
diff -Nur e-smith-manager-2.4.0.old/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess20manager e-smith-manager-2.4.0/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess20manager |
25 |
|
|
--- e-smith-manager-2.4.0.old/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess20manager 2014-02-17 14:36:58.841522820 +0100 |
26 |
|
|
+++ e-smith-manager-2.4.0/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess20manager 2014-02-17 14:44:13.137706493 +0100 |
27 |
|
|
@@ -13,7 +13,6 @@ |
28 |
|
|
TKTAuthLoginURL /server-common/cgi-bin/login |
29 |
|
|
|
30 |
|
|
require user admin |
31 |
|
|
- SetEnv IMGHDR_SRC "/server-common/server-manager.jpg" |
32 |
|
|
Satisfy all |
33 |
|
|
</Directory> |
34 |
|
|
|
35 |
|
|
@@ -27,6 +26,5 @@ |
36 |
|
|
TKTAuthLoginURL /server-common/cgi-bin/login |
37 |
|
|
|
38 |
|
|
require user admin |
39 |
|
|
- SetEnv IMGHDR_SRC "/server-common/server-manager.jpg" |
40 |
|
|
Satisfy all |
41 |
|
|
</Directory> |
42 |
|
|
diff -Nur e-smith-manager-2.4.0.old/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess20password e-smith-manager-2.4.0/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess20password |
43 |
|
|
--- e-smith-manager-2.4.0.old/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess20password 2014-02-17 14:36:58.841522820 +0100 |
44 |
|
|
+++ e-smith-manager-2.4.0/root/etc/e-smith/templates/etc/httpd/admin-conf/httpd.conf/90e-smithAccess20password 2014-02-17 14:44:39.634036526 +0100 |
45 |
|
|
@@ -6,13 +6,11 @@ |
46 |
|
|
order deny,allow |
47 |
|
|
deny from all |
48 |
|
|
allow from { $localAccess } |
49 |
|
|
- SetEnv IMGHDR_SRC "/server-common/user-password.jpg" |
50 |
|
|
</Directory> |
51 |
|
|
|
52 |
|
|
<Directory "/etc/e-smith/web/panels/password/cgi-bin"> |
53 |
|
|
order deny,allow |
54 |
|
|
deny from all |
55 |
|
|
allow from { $localAccess } |
56 |
|
|
- SetEnv IMGHDR_SRC "/server-common/user-password.jpg" |
57 |
|
|
</Directory> |
58 |
|
|
|