We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e82d4 commit f85318eCopy full SHA for f85318e
server/conf/awstats_index.php.master
@@ -54,6 +54,7 @@ foreach ($awprev as $key => $value) {
54
else $options .= "<option value=\"{$value}/{$awstatsindex}\">{$value}</option>\n";
55
}
56
57
+$awstatsindex = 'awsindex.html'
58
$html = "<!DOCTYPE html>\n<html>\n<head>\n<title>Stats</title>\n";
59
$html .= "<style>\nhtml,body {margin:0px;padding:0px;width:100%;height:100%;background-color: #ccc;}\n";
60
$html .= "#header\n{\nwidth:100%;margin:0px auto;\nheight:20px;\nposition:fixed;\npadding:4px;\ntext-align:center;\n}\n";
0 commit comments