Cambio para independizar de servidor
This commit is contained in:
@ -35,10 +35,7 @@ class Clave {
|
||||
]);
|
||||
file_put_contents($filename, implode(PHP_EOL, $vars));
|
||||
return $response
|
||||
->withHeader('Location', implode('/', [
|
||||
$container->get('urls.base'),
|
||||
'admin'
|
||||
]))
|
||||
->withHeader('Location', $container->get('urls.admin'))
|
||||
->withStatus(301);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user