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
9c1d5b68
Commit
9c1d5b68
authored
Jun 04, 2014
by
Leigh B Stoller
Browse files
Bump timeout to 5 minutes.
parent
b25f2b69
Changes
1
Show whitespace changes
Inline
Side-by-side
www/nodetipacl.php3
View file @
9c1d5b68
...
...
@@ -44,7 +44,7 @@ if (isset($key)) {
DBQueryFatal
(
"select node_id,urlstamp from tiplines "
.
"where node_id='
$node_id
' and urlhash='
$safe_key
' and "
.
" urlstamp!=0 and "
.
" (UNIX_TIMESTAMP(now()) - urlstamp) < 30"
);
" (UNIX_TIMESTAMP(now()) - urlstamp) < 30
0
"
);
if
(
mysql_num_rows
(
$query_result
)
==
0
)
{
USERERROR
(
"Invalid node, invalid key or key has expired"
,
1
);
...
...
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