Skip to content
GitLab
Explore
Sign in
Commits on Source (2)
I am stupid
· 61563af0
Imran Hussain
authored
Sep 30, 2015
61563af0
Merge branch 'master' into 'beta'
· bb38f105
Imran Hussain
authored
Sep 30, 2015
I am stupid See merge request
!23
bb38f105
Hide whitespace changes
Inline
Side-by-side
components/signup.php
View file @
bb38f105
...
...
@@ -338,7 +338,7 @@ if(isset($_REQUEST['signupid'])&&isset($_REQUEST['signuppw'])){
);
$failed
=
true
;
}
exec
(
$script_path
.
'printeradd.apache '
.
escapeshellarg
(
$fields
[
'username'
]);
exec
(
$script_path
.
'printeradd.apache '
.
escapeshellarg
(
$fields
[
'username'
])
)
;
}
$smarty
->
assign
(
"failed"
,
$failed
);
if
(
$failed
){
...
...