Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
b79de1cf
Commit
b79de1cf
authored
May 31, 2005
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo
parent
553308b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
www/beginexp_xml.php3
www/beginexp_xml.php3
+2
-2
No files found.
www/beginexp_xml.php3
View file @
b79de1cf
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
4
University of Utah and the Flux Group.
# Copyright (c) 2000-200
5
University of Utah and the Flux Group.
# All rights reserved.
#
include
(
"defs.php3"
);
...
...
@@ -57,7 +57,7 @@ function XMLSTATUS($status, $message)
#
$uid
=
GETLOGIN
();
$status
=
CHECKLOGIN
(
$uid
);
if
((
$status
&
CHECKLOGIN_
NOTLOGGEDIN
)
!=
CHECKLOGIN_NOT
LOGGEDIN
)
{
if
((
$status
&
CHECKLOGIN_
LOGGEDIN
)
!=
CHECKLOGIN_
LOGGEDIN
)
{
EXPERROR
(
"autherror"
,
"Not logged in"
);
}
...
...
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