swi-prolog: update to 9.2.9
[oi-userland.git] / components / web / awstats / patches / 1019_allow_frame_resize.patch
blob9c15e19970e002395f1e92583a17c2443a7c26e1
1 Description: Allow resize of mainleft/right frames.
2 Author: Sergey B Kirpichev <skirpichev@gmail.com>
3 Debian-Bug: http://bugs.debian.org/293218
5 ---
6 wwwroot/cgi-bin/awstats.pl | 4 ++--
7 1 file changed, 2 insertions(+), 2 deletions(-)
9 --- a/wwwroot/cgi-bin/awstats.pl
10 +++ b/wwwroot/cgi-bin/awstats.pl
11 @@ -17153,10 +17153,10 @@
12 print "<frameset cols=\"$FRAMEWIDTH,*\">\n";
13 print "<frame name=\"mainleft\" src=\""
14 . XMLEncode("$AWScript${NewLinkParams}framename=mainleft")
15 - . "\" noresize=\"noresize\" frameborder=\"0\" />\n";
16 + . "\" frameborder=\"0\" />\n";
17 print "<frame name=\"mainright\" src=\""
18 . XMLEncode("$AWScript${NewLinkParams}framename=mainright")
19 - . "\" noresize=\"noresize\" scrolling=\"yes\" frameborder=\"0\" />\n";
20 + . "\" scrolling=\"yes\" frameborder=\"0\" />\n";
21 print "<noframes><body>";
22 print "Your browser does not support frames.<br />\n";
23 print "You must set AWStats UseFramesWhenCGI parameter to 0\n";