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
b1bfd91c
Commit
b1bfd91c
authored
Oct 12, 2006
by
Mike Hibler
Browse files
Fix harmless typo
parent
17d642ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/modifyexp.php3
View file @
b1bfd91c
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
5
University of Utah and the Flux Group.
# Copyright (c) 2000-200
6
University of Utah and the Flux Group.
# All rights reserved.
#
include
(
"defs.php3"
);
...
...
@@ -218,7 +218,7 @@ if ($speclocal) {
# is a security worry, but good to enforce it anyway.
#
if
(
!
preg_match
(
"/^([-\@\w\.\/]+)$/"
,
$exp_localnsfile
))
{
USERERROR
(
"NS File
"
,
"
Pathname includes illegal characters"
,
1
);
USERERROR
(
"NS File
:
Pathname includes illegal characters"
,
1
);
}
if
(
!
ereg
(
"^
$TBPROJ_DIR
/.*"
,
$exp_localnsfile
)
&&
!
ereg
(
"^
$TBUSER_DIR
/.*"
,
$exp_localnsfile
)
&&
...
...
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