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
La Quadrature du Net
JabberService
Commits
c68789fc
Commit
c68789fc
authored
Aug 22, 2014
by
Benjamin Sonntag
Browse files
not showing the form after a successfull account creation
parent
415c08bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
my/docreate.php
View file @
c68789fc
...
...
@@ -72,6 +72,8 @@ if ($found==6 && $_POST["url"]=="") {
$info
[]
=
_
(
"Your account has been created successfully. You can use it immediately."
);
unset
(
$_POST
);
unset
(
$_REQUEST
);
require_once
(
"nothing.php"
);
exit
();
}
else
{
if
(
$debug
)
{
$s
=
fgets
(
$f
,
1024
);
echo
":"
.
$s
.
":<br>"
;
}
mysql_query
(
"DELETE FROM accounts WHERE jabberid='"
.
addslashes
(
$_POST
[
"login"
]
.
"@"
.
$domain
)
.
"';"
);
...
...
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