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
a9a3e20f
Commit
a9a3e20f
authored
Sep 16, 2008
by
Leigh B. Stoller
Browse files
Minor fix.
parent
7b1de7ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/search_cse.php
View file @
a9a3e20f
...
...
@@ -12,6 +12,10 @@ require("defs.php3");
$optargs
=
OptionalPageArguments
(
"submit"
,
PAGEARG_STRING
,
"query"
,
PAGEARG_STRING
);
if
(
!
isset
(
$query
))
{
$query
=
""
;
}
header
(
"Location: http://www.google.com/cse?cx=007876920815929749329:hb-sxxwdr8y&ie=UTF-8&q=
$query
&sa=
\"
Search+Documentation
\"
"
);
?>
...
...
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