File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11<?php
22/*
3- *
43 * Copyright (c) 2022 Peter Haag
54 * Copyright (c) 2004, SWITCH - Teleinformatikdienste fuer Lehre und Forschung
65 * All rights reserved.
4140 session_destroy ();
4241 session_start ();
4342 $ _SESSION ['version ' ] = $ expected_version ;
44- print "<h1>Frontend - Backend version missmatch !</h1> \n" ;
43+ print "<h1>Frontend - Backend version mismatch !</h1> \n" ;
4544}
4645
4746include ("conf.php " );
Original file line number Diff line number Diff line change @@ -1247,7 +1247,7 @@ sub DoRebuild {
12471247
12481248 } else {
12491249 if ( $$profileinfo {' name' } ne $profile ) {
1250- syslog(" warning" , " Profile name missmatch - Set '$$profileinfo {'name'}' to '$profile '" );
1250+ syslog(" warning" , " Profile name mismatch - Set '$$profileinfo {'name'}' to '$profile '" );
12511251 $$profileinfo {' name' } = $profile ;
12521252 $$profileinfo {' group' } = $profilegroup ;
12531253 }
You can’t perform that action at this time.
0 commit comments