* Tue Jan 28 2025 Brian Read <brianr@koozali.org> 11.0.0-47.sme

- Temp (we hope) remove CSRF protection plugin  [SME: ]
- Fix comparison in footer with config->mode
This commit is contained in:
2025-01-28 15:23:39 +00:00
parent 0e777fd51a
commit a62968d2d9
3 changed files with 13 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
% if ( $c->is_logged_in ) {
SME Server <%= session 'releaseVersion' %>-<%= $c->app->VERSION %> Manager II
% my $mode;
% if (config->{mode} == 'development'){ $mode = '-dev';} else { $mode = '';}
% if (config->{mode} eq 'development'){ $mode = '-dev';} else { $mode = '';}
(Mojo:<%= Mojolicious->VERSION %><%= $mode %>)
% }
<br>Copyright 1999-2006 Mitel Corporation<br>