Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
d4325485
Commit
d4325485
authored
Sep 05, 2007
by
Karl Heyes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
allow mount param for webroot xsl pages, closes
#990
svn path=/icecast/trunk/icecast/; revision=13754
parent
2c67cfff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/stats.c
src/stats.c
+2
-1
No files found.
src/stats.c
View file @
d4325485
...
...
@@ -931,8 +931,9 @@ void stats_transform_xslt(client_t *client, const char *uri)
{
xmlDocPtr
doc
;
char
*
xslpath
=
util_get_path_from_normalised_uri
(
uri
);
const
char
*
mount
=
httpp_get_query_param
(
client
->
parser
,
"mount"
);
stats_get_xml
(
&
doc
,
0
,
NULL
);
stats_get_xml
(
&
doc
,
0
,
mount
);
xslt_transform
(
doc
,
xslpath
,
client
);
...
...
Write
Preview
Markdown
is supported
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