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
8a981fe4
Commit
8a981fe4
authored
Apr 18, 2007
by
Leigh B. Stoller
Browse files
Add optargs ...
parent
7e024ea4
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showsumstats.php3
View file @
8a981fe4
...
...
@@ -23,6 +23,13 @@ if (!$isadmin && !STUDLY()) {
USERERROR
(
"You are not allowed to view this page!"
,
1
);
}
#
# Verify page arguments.
#
$optargs
=
OptionalPageArguments
(
"showby"
,
PAGEARG_STRING
,
"sortby"
,
PAGEARG_STRING
,
"range"
,
PAGEARG_STRING
);
# Page args,
if
(
!
isset
(
$showby
))
{
$showby
=
"users"
;
...
...
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