diff options
Diffstat (limited to 'example')
-rw-r--r-- | example/config/config.ini | 4 | ||||
-rw-r--r-- | example/var/www/html/footer.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/example/config/config.ini b/example/config/config.ini index f288369..2ff18dc 100644 --- a/example/config/config.ini +++ b/example/config/config.ini | |||
@@ -2,8 +2,8 @@ | |||
2 | ; will use throughout our configuration. We will provide examples for | 2 | ; will use throughout our configuration. We will provide examples for |
3 | ; setting the base url of the ROBUST server and the public and private ports | 3 | ; setting the base url of the ROBUST server and the public and private ports |
4 | ; it uses. Changing the values of the constants will set the operating | 4 | ; it uses. Changing the values of the constants will set the operating |
5 | ; parameters thoughout the configuration. Other constants that may prove | 5 | ; parameters throughout the configuration. Other constants that may prove |
6 | ; to be useful may be added to the followin section. They may be | 6 | ; to be useful may be added to the following section. They may be |
7 | ; referenced anywhere in the configuration by using ${Const|Name}. One | 7 | ; referenced anywhere in the configuration by using ${Const|Name}. One |
8 | ; such use is providing a base path for setting locations that ROBUST | 8 | ; such use is providing a base path for setting locations that ROBUST |
9 | ; uses to write data. | 9 | ; uses to write data. |
diff --git a/example/var/www/html/footer.html b/example/var/www/html/footer.html index dd75b52..d3a7275 100644 --- a/example/var/www/html/footer.html +++ b/example/var/www/html/footer.html | |||
@@ -1,7 +1,7 @@ | |||
1 | </div> | 1 | </div> |
2 | <div class='top-right'> | 2 | <div class='top-right'> |
3 | <div class="hoverWrapper0"> | 3 | <div class="hoverWrapper0"> |
4 | <h1 class="TTitem"><!--#echo var="grid" --> statisitics</h1> | 4 | <h1 class="TTitem"><!--#echo var="grid" --> statistics</h1> |
5 | <div id="hoverShow0"> | 5 | <div id="hoverShow0"> |
6 | <iframe src='stats.html' style='border:none;height:100%;width:100%;'></iframe> | 6 | <iframe src='stats.html' style='border:none;height:100%;width:100%;'></iframe> |
7 | </div> | 7 | </div> |