File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 1- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2- <html xmlns="http://www.w3.org/1999/xhtml">
3- <head>
4- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5- <title>AWAstats Statistics</title>
61<script>
72function load_content(url)
83{
94 var iframe = document.getElementById("content");
105 iframe.src = url;
116}
127</script>
13- </head>
14- <body>
158<?php
169$aw['aw_jump_text'] = 'Jump to previous stats: ';
1710$aw['aw_renamed_index'] = 'awsindex.html';
@@ -64,6 +57,4 @@ foreach ($awprev as $key => $value)
6457
6558echo '</select></div><iframe src="'.$aw['aw_renamed_index'].'" frameborder="0" scrolling="Yes" width="100%" height="100%" style="margin-top:25px" id="content"></iframe>';
6659
67- ?>
68- </body>
69- </html>
60+ ?>
Original file line number Diff line number Diff line change 163163<tmpl_else>
164164 IdleTimeout 300
165165 ProcessLifeTime 3600
166- MaxProcessCount 1000
166+ # MaxProcessCount 1000
167167 DefaultMinClassProcessCount 0
168168 DefaultMaxClassProcessCount 100
169169 IPCConnectTimeout 3
You can’t perform that action at this time.
0 commit comments