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
8fa3a22b
Commit
8fa3a22b
authored
Mar 07, 2007
by
Leigh B. Stoller
Browse files
Minor change to previous revision.
parent
cdced57c
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/defs.php3.in
View file @
8fa3a22b
...
...
@@ -374,7 +374,7 @@ function CHECKURL($url, &$error) {
return
0
;
}
$fp
=
fopen
(
$url
,
"r"
);
$fp
=
@
fopen
(
$url
,
"r"
);
if
(
!
$fp
)
{
$error
=
"URL is not valid; Cannot be accessed!"
;
return
0
;
...
...
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