1 |
diff -ruN e-smith-manager-2.2.0.old/root/etc/e-smith/web/common/cgi-bin/login e-smith-manager-2.2.0/root/etc/e-smith/web/common/cgi-bin/login |
2 |
--- e-smith-manager-2.2.0.old/root/etc/e-smith/web/common/cgi-bin/login 2013-10-09 19:58:35.000000000 -0700 |
3 |
+++ e-smith-manager-2.2.0/root/etc/e-smith/web/common/cgi-bin/login 2013-10-11 07:57:23.000000000 -0700 |
4 |
@@ -276,6 +276,7 @@ |
5 |
<div align="center"> |
6 |
<p> </p> |
7 |
<p> </p> |
8 |
+<h2>Welcome to SME server</h2> |
9 |
EOD |
10 |
|
11 |
if ($debug) { |
12 |
@@ -330,6 +331,16 @@ |
13 |
|
14 |
# print qq(<p><a href="$back_html">Previous Page</a></p>\n) if $back_html; |
15 |
print <<EOD; |
16 |
+<!-- Start Donate section --> |
17 |
+<p>Remember that SME Server is <i>free to download</i> and use, but it is <i><b>not</b> |
18 |
+free to build</i></p> |
19 |
+<p>Please help the project</p> |
20 |
+<p><a href="http://www.smeserver.org/donate/" target="_blank"><img |
21 |
+src="../btn_donateCC_LG.gif" |
22 |
+alt="http://www.smeserver.org/donate/" align="middle"></a> |
23 |
+</p> |
24 |
+<p>-- The SME Server Team --</p> |
25 |
+<!-- Finish Donate section --> |
26 |
</div> |
27 |
</body> |
28 |
</html> |