Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
8aeed2be
Commit
8aeed2be
authored
Jan 06, 2016
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor bug fix.
parent
bfa1688a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
www/aptui/status.php
www/aptui/status.php
+7
-2
No files found.
www/aptui/status.php
View file @
8aeed2be
<?php
#
# Copyright (c) 2000-201
5
University of Utah and the Flux Group.
# Copyright (c) 2000-201
6
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -224,7 +224,12 @@ echo " window.APT_OPTIONS.sliceExpiresText = '" . $slice_expires_text . "';\n";
echo
" window.APT_OPTIONS.sliceCreated = '"
.
$slice_created
.
"';
\n
"
;
echo
" window.APT_OPTIONS.creatorUid = '"
.
$creator_uid
.
"';
\n
"
;
echo
" window.APT_OPTIONS.creatorEmail = '"
.
$creator_email
.
"';
\n
"
;
echo
" window.APT_OPTIONS.thisUid = '"
.
$this_user
->
uid
()
.
"';
\n
"
;
if
(
isset
(
$this_user
))
{
echo
" window.APT_OPTIONS.thisUid = '"
.
$this_user
->
uid
()
.
"';
\n
"
;
}
else
{
echo
" window.APT_OPTIONS.thisUid = '"
.
$creator_uid
.
"';
\n
"
;
}
echo
" window.APT_OPTIONS.registered =
$registered
;
\n
"
;
echo
" window.APT_OPTIONS.isadmin =
$isadmin
;
\n
"
;
echo
" window.APT_OPTIONS.isfadmin =
$isfadmin
;
\n
"
;
...
...
Write
Preview
Markdown
is supported
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