mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 11:26:13 +00:00
openvpn: fix typo in wizard redirect
This commit is contained in:
parent
f3e6a227e5
commit
6b407b51dd
@ -532,7 +532,7 @@ function step12_submitphpaction()
|
||||
|
||||
if (!is_array($config['wizardtemp'])) {
|
||||
$message = "No configuration found please retry again.";
|
||||
header(url_safe('Location: /wizard.php?xml=openvpn&stepid=1&message=%s' . array($message)));
|
||||
header(url_safe('Location: /wizard.php?xml=openvpn&stepid=1&message=%s', array($message)));
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user