Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
don
Commits
41c711f5
Commit
41c711f5
authored
Sep 11, 2019
by
Mindiell
Browse files
Le reroutage est désormais inutile
parent
7e98931d
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/controller/perso.php
View file @
41c711f5
...
...
@@ -103,7 +103,6 @@ class Perso extends Controller
// Renouvellement de mot de passe
$f3
->
clear
(
'form_visible'
);
$this
->
renew_password
(
$f3
);
$f3
->
reroute
(
'/'
);
}
elseif
(
$f3
->
get
(
'action'
)
==
'create_account'
)
{
// Création d'un compte utilisateur
$f3
->
clear
(
'form_visible'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment