1 |
--- e-smith-manager-2.2.0/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/30FrameSetup01.old 2014-02-18 01:29:31.000000000 -0500 |
2 |
+++ e-smith-manager-2.2.0/root/etc/e-smith/templates/etc/e-smith/web/common/head.tmpl/30FrameSetup01 2017-03-25 19:55:23.000000000 -0400 |
3 |
@@ -38,6 +38,15 @@ |
4 |
if ($DB->get('bootstrap-console') and $DB->get('bootstrap-console')->prop('Run') eq 'yes') || |
5 |
($DB->get('UnsavedChanges') and $DB->get('UnsavedChanges')->value eq 'yes'); |
6 |
|
7 |
+ # SME v8 End of Life message |
8 |
+ use POSIX qw(strftime); |
9 |
+ my $curdate = strftime '%Y%m%d', localtime; |
10 |
+ $OUT .= qq(<div class="sme-error"><h5> |
11 |
+ URGENT NOTICE: As per March 31st 2017, SME Server 8 is obsolete, and potentially INSECURE. NO support will be offered for any issue found with this installed version. |
12 |
+ Please migrate IMMEDIATELY to Koozali SME Server 9 or higher version. Failure to upgrade may lead to the compromise of this server. |
13 |
+ </br>Please, consult <a href="https://wiki.contribs.org/SME_Server:Download" target="_blank">https://wiki.contribs.org/SME_Server:Download</a> to get last available version.</h5></div>) |
14 |
+ if ( "$curdate" >= "20170331"); |
15 |
+ |
16 |
$OUT; |
17 |
|
18 |
\} |