Skip to content
GitLab
Menu
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
c9607dd3
Commit
c9607dd3
authored
Oct 28, 2013
by
Leigh B Stoller
Browse files
Add Google Analytics code fragment for Utah mainsite.
parent
568e37f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/menu.php3
View file @
c9607dd3
<?php
#
# Copyright (c) 2000-201
2
University of Utah and the Flux Group.
# Copyright (c) 2000-201
3
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -865,6 +865,10 @@ function PAGEBEGINNING( $title, $nobanner = 0, $nocontent = 0,
src='${BASEPATH}/js/inline-console.js'></script>
\n
"
;
}
echo
"</head><body>
\n
"
;
if
(
$TBMAINSITE
&&
file_exists
(
"google-analytics.php"
))
{
readfile
(
"google-analytics.php"
);
}
if
(
$autorefresh
)
{
echo
"<meta HTTP-EQUIV=
\"
Refresh
\"
content=
\"
$autorefresh
\"
>
\n
"
;
...
...
Write
Preview
Supports
Markdown
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