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
2d3f7750
Commit
2d3f7750
authored
Jul 06, 2017
by
Leigh B Stoller
Browse files
Redirect Mothership to new portal page to approve projects.
parent
e3a86905
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/approveproject_list.php3
View file @
2d3f7750
<?php
#
# Copyright (c) 2000-2007 University of Utah and the Flux Group.
# Copyright (c) 2000-2007
, 2017
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -37,6 +37,11 @@ if (! $isadmin) {
USERERROR
(
"You do not have admin privileges to approve projects!"
,
1
);
}
if
(
$TBMAINSITE
)
{
header
(
"Location: portal/approve-projects.php"
);
return
;
}
#
# The reason for this call is to make sure that globals are set properly.
#
...
...
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