Skip to content

Commit f85318e

Browse files
author
Thom
committed
Fix missing index error
1 parent c5e82d4 commit f85318e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/conf/awstats_index.php.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ foreach ($awprev as $key => $value) {
5454
else $options .= "<option value=\"{$value}/{$awstatsindex}\">{$value}</option>\n";
5555
}
5656

57+
$awstatsindex = 'awsindex.html'
5758
$html = "<!DOCTYPE html>\n<html>\n<head>\n<title>Stats</title>\n";
5859
$html .= "<style>\nhtml,body {margin:0px;padding:0px;width:100%;height:100%;background-color: #ccc;}\n";
5960
$html .= "#header\n{\nwidth:100%;margin:0px auto;\nheight:20px;\nposition:fixed;\npadding:4px;\ntext-align:center;\n}\n";

0 commit comments

Comments
 (0)