Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
1ea32e42
Commit
1ea32e42
authored
Dec 10, 2002
by
Leigh B. Stoller
Browse files
Minor change to addpubkeys call.
parent
ab2b24ca
Changes
5
Hide whitespace changes
Inline
Side-by-side
www/defs.php3.in
View file @
1ea32e42
...
...
@@ -155,7 +155,7 @@ function SUEXEC($uid, $gid, $cmdandargs, $die) {
$foo
.
=
"
$output[$i]
\n
"
;
}
TBERROR
(
"SUEXEC failure: '
$cmdandargs
'
\n
"
.
TBERROR
(
"SUEXEC failure: '
$uid
/
$gid
$cmdandargs
'
\n
"
.
"Error output:
\n\n
"
.
"
$foo
"
,
$die
,
1
);
}
...
...
www/joinproject.php3
View file @
1ea32e42
...
...
@@ -499,7 +499,7 @@ if (!$returning) {
}
else
{
$addpubkeyargs
=
"
$joining_uid
$usr_keyfile
"
;
chmod
(
$usr_keyfile
,
064
0
);
chmod
(
$usr_keyfile
,
064
4
);
}
}
}
...
...
www/newproject.php3
View file @
1ea32e42
...
...
@@ -739,7 +739,7 @@ if (!$returning) {
}
else
{
$addpubkeyargs
=
"
$proj_head_uid
$usr_keyfile
"
;
chmod
(
$usr_keyfile
,
064
0
);
chmod
(
$usr_keyfile
,
064
4
);
}
}
#
...
...
www/showpubkeys.php3
View file @
1ea32e42
...
...
@@ -259,7 +259,7 @@ if (isset($usr_keyfile) &&
}
else
{
$addpubkeyargs
=
"
$target_uid
$usr_keyfile
"
;
chmod
(
$usr_keyfile
,
064
0
);
chmod
(
$usr_keyfile
,
064
4
);
}
}
...
...
www/widearea_register.php
View file @
1ea32e42
...
...
@@ -717,7 +717,7 @@ if (!$returning) {
}
else
{
$addpubkeyargs
=
"
$usr_uid
$usr_keyfile
"
;
chmod
(
$usr_keyfile
,
064
0
);
chmod
(
$usr_keyfile
,
064
4
);
}
}
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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