Skip to content
Snippets Groups Projects
Commit f85318e7 authored by Thom's avatar Thom :tools:
Browse files

Fix missing index error

parent c5e82d49
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ foreach ($awprev as $key => $value) {
else $options .= "<option value=\"{$value}/{$awstatsindex}\">{$value}</option>\n";
}
$awstatsindex = 'awsindex.html'
$html = "<!DOCTYPE html>\n<html>\n<head>\n<title>Stats</title>\n";
$html .= "<style>\nhtml,body {margin:0px;padding:0px;width:100%;height:100%;background-color: #ccc;}\n";
$html .= "#header\n{\nwidth:100%;margin:0px auto;\nheight:20px;\nposition:fixed;\npadding:4px;\ntext-align:center;\n}\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment