mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Replace double quote with single
This commit is contained in:
parent
66c6504c23
commit
f78f032243
@ -54,7 +54,7 @@
|
||||
exit;
|
||||
} else {
|
||||
//echo "<center>Your config has been updated<br><a href='".$newsettings["webserver_url"]."/login.php'>Click here to login</a>";
|
||||
Header("Location: '.$newsettings['webserver_url'].'/index.php');
|
||||
Header('Location: '.$newsettings['webserver_url'].'/index.php');
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user