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
2bab9559
Commit
2bab9559
authored
Oct 12, 2006
by
Mike Hibler
Browse files
Same harmless typo, different file.
Yes, I grepped for it everywhere this time!
parent
b1bfd91c
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/nscheck.php3
View file @
2bab9559
...
...
@@ -77,7 +77,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