Skip to content
GitLab
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
1a11387a
Commit
1a11387a
authored
Jun 17, 2015
by
Leigh B Stoller
Browse files
Remove GEC23 extend limits.
parent
450b2cb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/status.ajax
View file @
1a11387a
...
...
@@ -362,8 +362,8 @@ function Do_RequestExtension()
#
# Temporary for GEC23
#
elseif
(
time
()
+
(
$wanted
*
3600
*
24
)
>
strtotime
(
"2015-06-15 12:00:00"
))
{
elseif
(
0
&&
(
time
()
+
(
$wanted
*
3600
*
24
)
>
strtotime
(
"2015-06-15 12:00:00"
))
)
{
$granted
=
1
;
$needapproval
=
1
;
$message
=
"because the testbed is mostly reserved for GEC23"
;
...
...
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