--- 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 +++ 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 @@ -38,6 +38,15 @@ if ($DB->get('bootstrap-console') and $DB->get('bootstrap-console')->prop('Run') eq 'yes') || ($DB->get('UnsavedChanges') and $DB->get('UnsavedChanges')->value eq 'yes'); + # SME v9 End of Life message + use POSIX qw(strftime); + my $curdate = strftime '%Y%m%d', localtime; + $OUT .= qq(
+ URGENT NOTICE: As per November 30th 2020, SME Server 9 is obsolete, and potentially INSECURE. NO support will be offered for any issue found with this installed version. + Please migrate IMMEDIATELY to Koozali SME Server 10 or higher version. Failure to upgrade may lead to the compromise of this server. +
Please, consult https://wiki.koozali.org/SME_Server:Download to get last available version.
) + if ( "$curdate" >= "20201130"); + $OUT; \}